what is difference between array and structure?
Answer Posted / adilakshmi
Array elements are homogeneous type.
Structure elements are different data type.
Array is the pointer to the first element.
Structure is not a pointer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the scope of local variable in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Are pointers integer?
What is %s and %d in c?
What are the key features in c programming language?
What do you mean by command line argument?
find the sum of two matrices and WAP for it.
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Explain how can I open a file so that other programs can update it at the same time?
Which driver is a pure java driver
What is restrict keyword in c?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is the purpose of clrscr () printf () and getch ()?
What is enumerated data type in c?