How to reverse a string with pointers only?...
Read MoreMy binary search tree c program has a problem.I am using inorder traversal.only root node printed wh...
Read MoreSmallest element in each row of matrix C++...
Read MoreC programming - Checking prime number...
Read MoreMemory leak in a join string function...
Read MoreAccess variable from another class (in C++)...
Read MoreTrying to remove suffix from string with no success...
Read MorePassing structs to a function using the pointer operator in C...
Read MoreString concatenation without libraries in C...
Read MorePassing a pointer into methods in C++ resulting in weird output...
Read MoreHow to Print out an unknown size of string array in C?...
Read MoreC pointer argument assigned to a parameter with a different value...
Read MoreError: function definition is not allowed here. How to correct this?...
Read MoreUndefined behaviour whist concatenating strings in C...
Read MoreReference to variable out-of-scope...
Read MoreValgrind error: Invalid write of size 8 while using lists made of struct and malloc...
Read Moreerror - 'expected primary expression before...' in function definition (C++)...
Read MoreRecursion- sum of n natural number...
Read MoreWhy is this version of strrev faster than mine?...
Read MoreIncompatible types error from pointer to pointer...
Read MoreValue doesn't assign to struct(Pointers)...
Read MoreTrim Characters off a String on the Stack?...
Read MoreError: redefinition of class, despite using include guards...
Read MoreI wrote a function that takes one string and, capitalize the last character of each word in uppercas...
Read MoreC error: function definition is not allowed here, i already put function above int main(void), erase...
Read MoreFunction with 0 arguments - void vs void*?...
Read More