what is the different between data structure and data type?



what is the different between data structure and data type?..

Answer / shalini

data structure is the way of organising and storing the
data, where as data type is the one that defines the
required data for the program requirement.
ex: integer, char,float

Is This Answer Correct ?    11 Yes 1 No

Post New Answer

More C Interview Questions

What is the use of #define preprocessor in c?

0 Answers  


Write a program to reverse a string.

0 Answers   Global Logic, iNautix, TCS, Wipro,


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


What is cohesion and coupling in c?

0 Answers  


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

0 Answers  


What is main return c?

0 Answers  


List the difference between a "copy constructor" and a "assignment operator"?

0 Answers   Accenture,


What is a C array and illustrate the how is it different from a list.

1 Answers   Amazon,


What is the difference between int main and void main?

0 Answers  


Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me

2 Answers  


Why is c faster?

0 Answers  


Explain main function in c?

0 Answers  


Categories