Explain what is dynamic data structure?


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

Post New Answer

More C Interview Questions

Difference between linking and loading?

0 Answers  


How would you write qsort?

1 Answers  


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(“%d”,s.x); }

2 Answers   Vector,


how to implement stack work as a queue?

2 Answers  


What are the primitive data types in c?

0 Answers  






What is the use of f in c?

0 Answers  


Distinguish between actual and formal arguments.

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  


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  


what is structuer?

4 Answers   LG Soft, Wipro,


how to return 1000 variables from functio9n in c?plz give me code also

6 Answers  


Do you know the purpose of 'register' keyword?

0 Answers  


Categories