What is non linear data structure in c?


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

Post New Answer

More C Interview Questions

write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  


What do header files do?

0 Answers  


What is the description for syntax errors?

0 Answers  


whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.

1 Answers  


write a program to find out prime number using sieve case?

0 Answers   HCL,






Differentiate between static and dynamic modeling.

0 Answers   Wipro,


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


how to copy a string without using c function

5 Answers  


what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  


How does placing some code lines between the comment symbol help in debugging the code?

0 Answers  


what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


What are the two types of functions in c?

0 Answers  


Categories