what is difference between array and structure?
Answer Posted / rkv charan
Array:
1.static memory allocation.
2.array size is fixed.
3.array can't have bit fields.
structure:
1.Dynamic memory allocation.
2.structure size is changed dynamically.
3.structure can contain bit fields.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Explain what header files do I need in order to define the standard library functions I use?
What does 3 mean in texting?
What does malloc () calloc () realloc () free () do?
What 'lex' does?
What is the most efficient way to store flag values?
What is use of bit field?
What is data structure in c programming?
What are multibyte characters?
Explain a file operation in C with an example.
Why clrscr is used after variable declaration?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
hi send me sample aptitude papers of cts?
Explain what are the __date__ and __time__ preprocessor commands?
What is bss in c?