Search code examples
Returns in a recursive function...

crecursionreturn-valuefunction-definition

Read More
Why is my code not dividing inside of the function?...

cfunctionrecursionconditional-statementsfunction-definition

Read More
How to remove even occurences of a substring in a string...

csubstringc-stringsfunction-definitionstrstr

Read More
my copy array function didn't work. i didn't understand why...

arrayscfor-loopcopyfunction-definition

Read More
I am writing C function that convert lowercase char to upper case char with using ASCII but Output i...

cc-stringsuppercasestring-literalsfunction-definition

Read More
error: expected unqualified-id before ‘friend’...

c++classscopefunction-definitionfriend-function

Read More
find elements of an array in another array, why do I have this error?...

cfor-looppointersvoid-pointersfunction-definition

Read More
Why this function is not able to reverse the Linked List?...

c++structreversesingly-linked-listfunction-definition

Read More
Make own strrchr() function but case-insensitiv...

ccharc-stringsfunction-definitionstrrchr

Read More
Make own strchr() function but case-insensitive...

ccharc-stringsfunction-definitionstrchr

Read More
Why program crashes after fscanf...

cfilewhile-loopscanffunction-definition

Read More
Error passing by reference when making os...

cfor-loopx86-64osdevfunction-definition

Read More
Adding item to a stack make it crash...

cstructstackdynamic-memory-allocationfunction-definition

Read More
Segmentation Fault C Arrays and Malloc...

cpass-by-referencedynamic-memory-allocationfreefunction-definition

Read More
c++ string subscript out of range/debug assertion failed...

c++stringfor-loopif-statementfunction-definition

Read More
Why does qsort produce different output for same array but different ordering?...

csortingcomparisonfunction-definitionqsort

Read More
In c, How does return values work in a function where return values are already added in if statemen...

cif-statementreturnfunction-definition

Read More
Delete the selected item in forward_list C++...

c++algorithmfunction-definitionerase-remove-idiomforward-list

Read More
Search function with multiple data type in C binary search tree...

crecursionsearchbinary-search-treefunction-definition

Read More
How to add a new node to a linked list alphabetically...

csortingstructsingly-linked-listfunction-definition

Read More
Program that prints prime numbers...

crecursionstructprimesfunction-definition

Read More
How can I call the following void function with double parameters?...

cpass-by-referencefunction-definitionfunction-call

Read More
Reading elements from a string in C...

cwhile-loopcharc-stringsfunction-definition

Read More
2D array to find sum of columns, doesn't display properly...

c++loopsfor-loopmultidimensional-arrayfunction-definition

Read More
accessing struct members using pointer to pointer...

c++structlinked-listsingly-linked-listfunction-definition

Read More
How to build toLower for string correctly...

ccharc-stringsfunction-definitiontolower

Read More
Strtok isn't returning as expected, am I using it wrong?...

csplitc-stringsstrtokfunction-definition

Read More
C deleting char in string...

ccharc-stringsfunction-definitionfunction-declaration

Read More
How to increment "char *" inside a function without returning it?...

cpointerspass-by-referencepass-by-valuefunction-definition

Read More
Function to insert a node in a linked list in C...

cstructlinked-listsingly-linked-listfunction-definition

Read More
BackNext