What are the different types of data structures in c?


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

Post New Answer

More C Interview Questions

the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

0 Answers  


What is the difference between call by value and call by reference in c?

0 Answers  


Can we assign string to char pointer?

0 Answers  


What is structure padding & expalain wid example what is bit wise structure?

1 Answers  


Suggesting that there can be 62 seconds in a minute?

0 Answers  






wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


Write a program to reverse a given number in c language?

0 Answers  


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

0 Answers  


What do mean by network ?

0 Answers  


what is the difference between i++ and ++i?

5 Answers  


What is function in c with example?

0 Answers  


My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.

1 Answers  


Categories