Search code examples
Passing a linked list as an argument to a function in C...

cpointerslinked-listsingly-linked-listfunction-definition

Read More
C how to iterate and add a new node after a desired node in single Linked List...

clistpass-by-referencesingly-linked-listfunction-definition

Read More
Can you handle both Int and Float while defining a function in Haskell?...

haskellfunction-definition

Read More
Trying to create a strcat in c...

cpointersc-stringsfunction-definitionstrcat

Read More
Decide if string is a palindrome using 3 functions...

cc-stringspalindromefunction-definitionisalpha

Read More
Why does this not swap a and b?...

cpointerspass-by-referenceswapfunction-definition

Read More
why insertion is not working in my link-list...

cpointerslinked-listsingly-linked-listfunction-definition

Read More
C Program bump into segmentation fault. (gdb) Cannot access memory at address...

arrayscvectorsegmentation-faultfunction-definition

Read More
Passing argument 2 of 'fibonacci' from incompatible pointer type...

cpass-by-referencefibonaccipass-by-valuefunction-definition

Read More
How to delete a specific value from a doubly linked list?...

c++ooplinked-listdoubly-linked-listfunction-definition

Read More
Put elements at Even position after elements at Odd position in a Linked List...

c++linked-listpartitioningsingly-linked-listfunction-definition

Read More
string splitter in C - how is it working?...

csplitsubstringc-stringsfunction-definition

Read More
How to use a stack(array) for strings instead of characters or integers in c?...

cmultidimensional-arraystackc-stringsfunction-definition

Read More
Defining declared member function inside struct...

c++classstructfunction-definitionmember-functions

Read More
removing elements & memory management in linked lists in c...

clinked-listdynamic-memory-allocationsingly-linked-listfunction-definition

Read More
Reverse line function in C works unpredictably...

cloopsreversec-stringsfunction-definition

Read More
there's a problem when dealing with prime factorization...

cprimesfunction-definitionfactorshamming-numbers

Read More
Swapping 2 void pointers addresses...

cpass-by-referenceswapvoid-pointersfunction-definition

Read More
adding zeros before string...

cchardynamic-memory-allocationc-stringsfunction-definition

Read More
How do I build a linked list function that can make changes to nodes and to the head pointer?...

clinked-listpass-by-referencesingly-linked-listfunction-definition

Read More
I need help understanding how to fix this: expected expression swap_numbers(int first_num, int secon...

cpass-by-referencecs50swapfunction-definition

Read More
Counting the number of occurences of a specific word within a string...

csubstringc-stringscountingfunction-definition

Read More
How to insert nodes into list by looping?...

clinked-liststacksingly-linked-listfunction-definition

Read More
Finding the type of a composition function in Haskell...

haskelltypesfunction-definition

Read More
Insert a string into a sorted linked list of strings in C...

csortingc-stringssingly-linked-listfunction-definition

Read More
Why am I getting a segmentation fault? C, basic code...

csegmentation-faultc-stringsstring-literalsfunction-definition

Read More
Swapping 2 arrays in C...

arrayscpointersswapfunction-definition

Read More
Segmentation fault looking for longest strings in a vector...

c++stringalgorithmvectorfunction-definition

Read More
Unresolved external symbol "enum days __cdecl operator++(enum days)" (??E@YA?AW4days@@W40@...

c++function-definitionunresolved-externalinline-functions

Read More
How to sort an array that going down and then going up, to array that going down all the way?...

arrayscsortingfunction-definition

Read More
BackNext