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

What does extern mean in a function declaration?

4 Answers  


Write a program to print all permutations of a given string.

0 Answers   JPMorgan Chase,


Do pointers take up memory?

0 Answers  


What is the difference between realloc() and free()

1 Answers  


What is the purpose of type declarations?

0 Answers  






void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,


advantages of pointers?

3 Answers  


What is the use of pragma in embedded c?

0 Answers  


Explain spaghetti programming?

0 Answers  


What is the value of uninitialized variable in c?

0 Answers  


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

0 Answers  


define function

4 Answers   Assurgent, Sonata,


Categories