Why this C-program doesn't gives the reverse of given string?...
Read MoreMerge 2 sorted arrays into vector c++...
Read MoreHow to program a function whose return value is depending on the flag without using "if"?...
Read Morethis c program runs without error but search,delete,update funtion is not working...
Read MoreTrouble understanding char* argv[] when passing it to a function, hex to decimal...
Read MoreIs _node variable in LIST_FOREACH() macro added only for code readability?...
Read MoreI am trying to print iterations of the sorting function, it seems to work but there are some extra n...
Read MoreC - checking if strings contain any non-null characters...
Read MoreCharacter array adds random characters at outputting...
Read MoreGetting address boundary error when working with pointers in C...
Read MoreInserting string into stack returns random character...
Read MoreUnderstanding function which implements foldr and foldl...
Read MoreSegamentation fault encountered while parsing contents of string separated by a delimiter...
Read MoreAssign function as default parameter using & operator...
Read MoreCast function argument passed by rereference in C...
Read MoreWhen does a while loop stop when it reads a string in C?...
Read MoreExtracting a Certain portion of a String (Substring) in C...
Read MoreC string is empty after assignment...
Read MoreC Program to print string from commandline in reverse...
Read Morefinding out if all the digits of a number are equal...
Read MoreWeird issue when making an array of random ints in C...
Read Moretrying to understand this recursion...
Read MoreC recursive function using pointer arthimatic updates values, but not pointer arthimatic values...
Read MoreFixing load of null pointer of type 'Node *' error...
Read More