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 use of malloc and calloc?
Explain what are the different data types in c?
Do you know null pointer?
What is const keyword in c?
What is the purpose of the preprocessor directive error?
Tell us something about keyword 'auto'.
What is static and auto variables in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What does p mean in physics?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
a program that can input number of records and can view it again the record
What does nil mean in c?
Explain what is the benefit of using enum to declare a constant?
What are the 5 types of inheritance in c ++?
Can one function call another?