Describe dynamic data structure in c programming language?


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

Post New Answer

More C Interview Questions

Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain

2 Answers  


What is a wrapper function in c?

0 Answers  


what is self refrential structure

3 Answers   HCL,


Give the Output : * * * * * * * * * *

2 Answers  


if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE

1 Answers  


Wt are the Buses in C Language

0 Answers   Infosys,


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates

3 Answers  


Magic square

0 Answers  


Tell me when would you use a pointer to a function?

0 Answers  


What are data types in c language?

0 Answers  


What are the disadvantages of a shell structure?

0 Answers  


Categories