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 C and Embedded C?

1 Answers  


Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.

4 Answers   Persistent, Subex,


Write a program to print fibonacci series without using recursion?

0 Answers  


How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran

0 Answers  


how do you programme Carrier Sense Multiple Access

0 Answers  






what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

0 Answers  


how many keywords do C compile?

7 Answers   Microsoft, Practical Viva Questions,


c program to subtract between two numbers without using '-' sign and subtract function.

2 Answers  


how 2 compile & execute c program with out using editor?

2 Answers   HP,


Write code for initializing one dimentional and two dimentional array in a C Program?

5 Answers   Deshaw, Edutech, GMD,


write a program to count the no of repaeted words in a line?

1 Answers  


Categories