What are the different types of data structures in c?



What are the different types of data structures in c?..

Answer / Tarush Yadav

There are several types of data structures in C. They include linear data structures such as arrays, linked lists, and stacks, and non-linear data structures such as trees, graphs, and graphs with weighted edges.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the significance of c program algorithms?

1 Answers  


Can you define which header file to include at compile time?

1 Answers   Aspire, Infogain,


What is the role of && operator in a program code?

1 Answers  


what is the diffrenet bettwen HTTP and internet protocol

1 Answers  


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

2 Answers   CMS,


Find MAXIMUM of three distinct integers using a single C statement

1 Answers  


What is the use of pragma in embedded c?

1 Answers  


Explain what is the benefit of using enum to declare a constant?

1 Answers  


What should be keep precautions while using the recursion method?

1 Answers  


Write a program to print ASCII code for a given digit.

1 Answers   EXL, HCL,


Is it better to use a macro or a function?

1 Answers  


What is structure pointer in c?

1 Answers  


Categories