what is difference between array and structure?
Answer Posted / kalyani joshi
array has indexed data type.
data type of structure is object type.
| Is This Answer Correct ? | 86 Yes | 28 No |
Post New Answer View All Answers
Explain the difference between ++u and u++?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What are the types of c language?
What is header file in c?
Tell me when is a void pointer used?
Is flag a keyword in c?
What is the purpose of 'register' keyword?
Explain what is the benefit of using enum to declare a constant?
Is array a primitive data type in c?
Where static variables are stored in c?
Explain what math functions are available for integers? For floating point?
What are derived data types in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is the use of define in c?