Search code examples
Why this C-program doesn't gives the reverse of given string?...

creversec-stringspointer-arithmeticfunction-definition

Read More
Merge 2 sorted arrays into vector c++...

c++algorithmvectormergefunction-definition

Read More
How to program a function whose return value is depending on the flag without using "if"?...

c++booleanconditional-operatorfunction-definition

Read More
this c program runs without error but search,delete,update funtion is not working...

ccomparisonsingly-linked-listc-stringsfunction-definition

Read More
Function to reverse print...

creversec-stringsfunction-definition

Read More
Trouble understanding char* argv[] when passing it to a function, hex to decimal...

chexcommand-line-argumentsc-stringsfunction-definition

Read More
Is _node variable in LIST_FOREACH() macro added only for code readability?...

cmacrosreadabilityfunction-definition

Read More
I am trying to print iterations of the sorting function, it seems to work but there are some extra n...

csortingselection-sortfunction-definition

Read More
strncat causes buffer overflow...

cconcatenationc-stringsfunction-definition

Read More
Find String Function in [ C ]...

csearchsubstringc-stringsfunction-definition

Read More
C - checking if strings contain any non-null characters...

cif-statementc-stringsfunction-definitionnull-pointer

Read More
Character array adds random characters at outputting...

c++substringmaxc-stringsfunction-definition

Read More
Getting address boundary error when working with pointers in C...

cdynamic-memory-allocationreallocfunction-definitionnull-pointer

Read More
Inserting string into stack returns random character...

cstructstackc-stringsfunction-definition

Read More
Understanding function which implements foldr and foldl...

listhaskellfoldfunction-definition

Read More
Segamentation fault encountered while parsing contents of string separated by a delimiter...

csplitsegmentation-faultc-stringsfunction-definition

Read More
Assign function as default parameter using & operator...

c++qtqmlfunction-definition

Read More
Cast function argument passed by rereference in C...

cfloating-pointtype-conversionintegerfunction-definition

Read More
Reverse a 2D array in C...

cfor-loopmultidimensional-arrayreversefunction-definition

Read More
Reversing a linked list list...

clinked-listreversesingly-linked-listfunction-definition

Read More
When does a while loop stop when it reads a string in C?...

cwhile-loopc-stringsstrcpyfunction-definition

Read More
Extracting a Certain portion of a String (Substring) in C...

csubstringextractc-stringsfunction-definition

Read More
C string is empty after assignment...

cdynamic-memory-allocationc-stringsfunction-definition

Read More
C Program to print string from commandline in reverse...

ccommand-line-argumentsreversec-stringsfunction-definition

Read More
Linked list failing delete...

clinked-listfreesingly-linked-listfunction-definition

Read More
finding out if all the digits of a number are equal...

arrayscglobal-variablesequalityfunction-definition

Read More
Weird issue when making an array of random ints in C...

arrayscdynamic-memory-allocationfunction-definition

Read More
trying to understand this recursion...

crecursionlinked-listsingly-linked-listfunction-definition

Read More
C recursive function using pointer arthimatic updates values, but not pointer arthimatic values...

crecursionc-stringspalindromefunction-definition

Read More
Fixing load of null pointer of type 'Node *' error...

clinked-listpass-by-referencesingly-linked-listfunction-definition

Read More
BackNext