What is struct node in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How to reverse a string using a recursive function, with swapping?

5 Answers  


c program to input values in a table(using 2D array) and print odd numbers from them

1 Answers  


What is huge pointer in c?

0 Answers  


main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

9 Answers   BTBP, CitiGroup,


What is difference between union All statement and Union?

0 Answers  


print the table 5 in loops

3 Answers  


What is realloc in c?

0 Answers  


What are nested functions in c?

0 Answers  


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


What are the advantages of external class?

0 Answers  


What is the size of array float a(10)?

0 Answers  


Why structure is used in c?

0 Answers  


Categories