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

Why should I prototype a function?

0 Answers  


plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.

1 Answers  


What are the types of functions in c?

0 Answers  


How to write a multi-statement macro?

0 Answers  


enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above

8 Answers   HCL, Wipro,






Is there a built-in function in C that can be used for sorting data?

0 Answers  


What is the difference between the local variable and global variable in c?

0 Answers  


How can you tell whether a program was compiled using c versus c++?

0 Answers  


how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 Answers   Google,


can we execute the program with the object file

1 Answers  


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


write a program to concatenation the string using switch case?

0 Answers  


Categories