What is struct node in c?
How to reverse a string using a recursive function, with swapping?
c program to input values in a table(using 2D array) and print odd numbers from them
What is huge pointer in c?
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
What is difference between union All statement and Union?
print the table 5 in loops
What is realloc in c?
What are nested functions in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
What are the advantages of external class?
What is the size of array float a(10)?
Why structure is used in c?