what is difference between array and structure?
Answer Posted / uttam kumar das
array= array is collection of similar data items
structure= structure is a collection of dissimilar data
items
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What are the key features in c programming language?
What is a global variable in c?
Why calloc is better than malloc?
What does %d do in c?
What is dangling pointer in c?
What is structure padding in c?
What the advantages of using Unions?
What are types of structure?
What is an example of structure?
What is auto keyword in c?
Differentiate between static and dynamic modeling.
Why ca not I do something like this?
Is main is user defined function?
What is the difference between text and binary modes?