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 |
Can you mix old-style and new-style function syntax?
Can u return two values using return keyword? If yes, how? If no, why?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
How can you check to see whether a symbol is defined?
What are different types of operators?
How to declare a variable?
If null and 0 are equivalent as null pointer constants, which should I use?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
What is the difference between new and malloc functions?
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
Why calloc is better than malloc?
what type of errors are checked during compilation