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
How can you find the exact size of a data type in c?
How is a macro different from a function?
show how link list can be used to repersent the following polynomial i) 5x+2
Why c is a mother language?
What is array within structure?
Can you please explain the difference between malloc() and calloc() function?
What are header files and explain what are its uses in c programming?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is nested structure in c?
Does sprintf put null character?
Explain what are the standard predefined macros?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is array of structure in c?
Explain pointers in c programming?
What is getch?