what is the different between data structure and data type?
Answer Posted / 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 View All Answers
What is typedef example?
What is the use of structure padding in c?
What is double pointer in c?
How can my program discover the complete pathname to the executable from which it was invoked?
What are the types of i/o functions?
how logic is used
how we can make 3d venturing graphics on outer interface
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
How do we print only part of a string in c?
How important is structure in life?
Can you define which header file to include at compile time?
What are categories used for in c?
Explain #pragma statements.
What is const volatile variable in c?
Explain what are multidimensional arrays?