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
Which is better pointer or array?
Explain what is the benefit of using an enum rather than a #define constant?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What are the parts of c program?
Difference between MAC vs. IP Addressing
What is the argument of a function in c?
What are preprocessor directives in c?
What is the use of ?
What is file in c language?
What is a pointer value and address in c?
Write a program to reverse a given number in c language?
What is c programming structure?
What is bubble sort in c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Define the scope of static variables.