what is difference between array and structure?
Answer Posted / chinmayee
array is a homogenous data types.
structure is a user defined data types...
| Is This Answer Correct ? | 26 Yes | 9 No |
Post New Answer View All Answers
What is the stack in c?
What is variable and explain rules to declare variable in c?
What does void main return?
Why is c known as a mother language?
Is int a keyword in c?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Why c is called free form language?
What does a pointer variable always consist of?
Can one function call another?
What do you mean by dynamic memory allocation in c?
Explain how do you convert strings to numbers in c?
Why main function is special give two reasons?
Why do we need a structure?
What is structure in c explain with example?