1 What is a Data Structure?



1 What is a Data Structure?..

Answer / nashiinformaticssolutions

A data structure is a type of storage format that specifies how information is arranged, saved, and worked with.
Trees, graphs, and arrays are a few well-known data structures.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Explain main function in c?

0 Answers  


a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'

2 Answers  


How can I sort a linked list?

0 Answers  


write a program to interchange the value between two variable without using loop

1 Answers  


What are the types of type qualifiers in c?

0 Answers  






how can make variable not in registers

1 Answers   TCS,


what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }

1 Answers   Motorola,


what is the stackpointer

2 Answers  


C program to find all possible outcomes of a dice?

0 Answers  


write a program to generate 1st n fibonacci prime number

2 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

7 Answers  


What is function prototype?

0 Answers  


Categories