what is difference between array and structure?
Answer Posted / shiva
arry is derived data type,
structure is user defined data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is sizeof c?
What is a substring in c?
What is data structure in c programming?
Explain why C language is procedural?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
How many levels deep can include files be nested?
What is c programing language?
Under what circumstances does a name clash occur?
Differentiate fundamental data types and derived data types in C.
What is wrong with this initialization?
Is null valid for pointers to functions?
What is enumerated data type in c?
What are the disadvantages of c language?
Write a program to print factorial of given number using recursion?