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

count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

0 Answers   Expedia,


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

0 Answers  


what type of questions arrive in interview over c programming?

0 Answers  


Why do we use static in c?

0 Answers  






When should a type cast not be used?

0 Answers  


to convert a string without using decrement operater and string functions

1 Answers  


Write a program to print distinct words in an input along with their count in input in decreasing order of their count

0 Answers  


Explain the use of #pragma exit?

0 Answers  


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

0 Answers   Zoho,


Is fortran still used today?

0 Answers  


How to use c/c++ code in JAVA

10 Answers   CDAC, IBM, Satyam, Scope International,


Categories