Search code examples
Sum of matrices in a returning matrix function...

cmatrixmemory-leaksdynamic-memory-allocationfunction-definition

Read More
finding sum of all non terminal node in bst...

crecursionstructbinary-search-treefunction-definition

Read More
Print (work with) substrings in a C program...

cprintfsubstringc-stringsfunction-definition

Read More
Returning pointer to char* ruins data...

csplitdynamic-memory-allocationc-stringsfunction-definition

Read More
How can I fix incompatible pointer to integer conversion assigning to 'int' from 'void *...

clinked-listsingly-linked-listfunction-definition

Read More
How to free double pointer in Queue [C language]?...

cpointersqueuedynamic-memory-allocationfunction-definition

Read More
Should the header file containing function prototypes be included in file with definitions?...

cheaderprototypefunction-definition

Read More
Linked List Recursive Function...

crecursionlinked-listsingly-linked-listfunction-definition

Read More
Exception thrown: read access violation. it was 0xFDFDFDFD...

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

Read More
Deleting first node without head pointer in C...

cpointerssingly-linked-listpass-by-valuefunction-definition

Read More
In a strict context to doubly linked lists in C, which is the right way to insert an element?...

clinked-listinsertsingly-linked-listfunction-definition

Read More
Iterate Over Array in Another Function in C...

arrayscsearchc-stringsfunction-definition

Read More
I have created function to modify a node in Linkedlist in C++ but its not working:...

c++ooplinked-listsingly-linked-listfunction-definition

Read More
After a pointer Returns from a function i cant print it...

ccrashpass-by-referencepass-by-valuefunction-definition

Read More
Replacing a character from a string in C...

creplacecharc-stringsfunction-definition

Read More
Why am I always getting 0 always after running my c program? Kindly help me out...

cinitializationargumentsfunction-definition

Read More
insertion in a singly linked list at a specific position...

clinked-listinsertsingly-linked-listfunction-definition

Read More
function which arranges the elements of an array in ascending order...

arrayscsortingbubble-sortfunction-definition

Read More
I have a problem with a problem that uses lists...

cstructlinked-listsingly-linked-listfunction-definition

Read More
How to make a function in C++ to delete a node from the linked list (node can be any except the firs...

c++linked-listpass-by-referencesingly-linked-listfunction-definition

Read More
segmentation fault (core dumped) when adding this feature...

clinked-listsingly-linked-listnull-pointerfunction-definition

Read More
C++ program not returning a Value (Functions)...

c++dynamic-memory-allocationc-stringsstring-concatenationfunction-definition

Read More
Recursive function to subtract...

crecursioncomputer-sciencefunction-definition

Read More
What is wrong with my squeeze() function?...

cloopscharc-stringsfunction-definition

Read More
Why isn't my reverse(); function working?...

creversesingly-linked-listcircular-listfunction-definition

Read More
Why is my valid_triangle program from cs50 doesn't work?...

creturnbooleancs50function-definition

Read More
Sum of array including a function - C...

arrayscfor-loopsumfunction-definition

Read More
Linked-list node eliminating function...

cstructlinked-listsingly-linked-listfunction-definition

Read More
Splitting list into two separate positive and negative lists...

csplitlinked-listsingly-linked-listfunction-definition

Read More
create a function to add a doubly linked list to itself at the end...

c++structdoubly-linked-listfunction-definition

Read More
BackNext