What is data structure in c and its types?


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

Post New Answer

More C Interview Questions

What is difference between structure and union in c?

0 Answers  


What is uint8 in c?

0 Answers  


What is the difference between fork() and vfork()?

2 Answers  


What is pointers in c?

0 Answers  


How can I implement sets or arrays of bits?

0 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,


What is data structure in c programming?

0 Answers  


main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????

1 Answers  


Why doesnt the call scanf work?

0 Answers  


what is ans for this scanf(%%d",c);

1 Answers  


no consistent academics. how to answer the question

0 Answers  


Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.

2 Answers  


Categories