Search code examples
Transform while to for in C...

cloopsfor-loopwhile-loopfunction-definition

Read More
How to reverse a string with pointers only?...

ccharreversec-stringsfunction-definition

Read More
My binary search tree c program has a problem.I am using inorder traversal.only root node printed wh...

crecursionstructbinary-search-treefunction-definition

Read More
Smallest element in each row of matrix C++...

c++algorithmrecursionminfunction-definition

Read More
C programming - Checking prime number...

cloopsfor-loopprimesfunction-definition

Read More
Memory leak in a join string function...

cmemory-leaksstring-concatenationc-stringsfunction-definition

Read More
Access variable from another class (in C++)...

c++classinheritancefunction-definition

Read More
Trying to remove suffix from string with no success...

cc-stringsfunction-definitionsuffix

Read More
Passing structs to a function using the pointer operator in C...

cpointersgccstructfunction-definition

Read More
String concatenation without libraries in C...

cstructconcatenationc-stringsfunction-definition

Read More
Passing a pointer into methods in C++ resulting in weird output...

c++c-stringsfunction-definitiontoupper

Read More
How to Print out an unknown size of string array in C?...

arrayscpointersc-stringsfunction-definition

Read More
Binary search tree lookup output...

crecursionstructbinary-search-treefunction-definition

Read More
C pointer argument assigned to a parameter with a different value...

arrayscpointerspointer-arithmeticfunction-definition

Read More
Error: function definition is not allowed here. How to correct this?...

cfunctionnestednested-functionfunction-definition

Read More
Undefined behaviour whist concatenating strings in C...

cpointersstring-concatenationc-stringsfunction-definition

Read More
Reference to variable out-of-scope...

c++scopereferencereturn-typefunction-definition

Read More
Valgrind error: Invalid write of size 8 while using lists made of struct and malloc...

clinked-listvalgrindsingly-linked-listfunction-definition

Read More
Substring function in C...

csubstringc-stringsfunction-definition

Read More
error - 'expected primary expression before...' in function definition (C++)...

c++structurefunction-definition

Read More
Recursion- sum of n natural number...

c++recursioncallstackfunction-definition

Read More
Why is this version of strrev faster than mine?...

creversec-stringsfunction-definition

Read More
Incompatible types error from pointer to pointer...

cstructlinked-listsingly-linked-listfunction-definition

Read More
expected identifier (in C)...

cprogram-entry-pointdo-whilecs50function-definition

Read More
Value doesn't assign to struct(Pointers)...

cstructlinked-listsingly-linked-listfunction-definition

Read More
Trim Characters off a String on the Stack?...

cchartrimc-stringsfunction-definition

Read More
Error: redefinition of class, despite using include guards...

c++classconstructorarduinofunction-definition

Read More
I wrote a function that takes one string and, capitalize the last character of each word in uppercas...

ccharc-stringscase-sensitivefunction-definition

Read More
C error: function definition is not allowed here, i already put function above int main(void), erase...

cfunctionidecs50function-definition

Read More
Function with 0 arguments - void vs void*?...

c++syntaxvoidfunction-declarationfunction-definition

Read More
BackNext