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
Why clrscr is used after variable declaration?
What is c method?
Is using exit() the same as using return?
What is the use of getchar functions?
Where are c variables stored in memory?
Is array name a pointer?
Why can’t we compare structures?
Differentiate between ordinary variable and pointer in c.
Without Computer networks, Computers will be half the use. Comment.
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
How can I recover the file name given an open stream or file descriptor?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Which node is more powerful and can handle local information processing or graphics processing?
Why do we need volatile in c?
Write a program to use switch statement.