what is difference between array and structure?
Answer Posted / manish
array is a similar type of data but structure are collection of any type of data
array alway start with 0
e.g.a[5]
in this array 6 element
structure has no diffination
it is a collection of n num any data type
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
When should volatile modifier be used?
What is array of structure in c programming?
What is the use of putchar function?
What do you mean by keywords in c?
Not all reserved words are written in lowercase. TRUE or FALSE?
How do you print an address?
Is it better to bitshift a value than to multiply by 2?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is c mainly used for?
What is c value paradox explain?
Explain what is wrong with this statement? Myname = ?robin?;
Explain the difference between the local variable and global variable in c?
What are the 4 types of organizational structures?
What tq means in chat?
What is typedef example?