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
Do you know pointer in c?
show how link list can be used to repersent the following polynomial i) 5x+2
What is logical error?
What is malloc calloc and realloc in c?
Explain what are the advantages and disadvantages of a heap?
Write a program to swap two numbers without using the third variable?
Do string constants represent numerical values?
Explain what is a stream?
What is the size of array float a(10)?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Is using exit() the same as using return?
How are structure passing and returning implemented?
Why functions are used in c?
Why is sprintf unsafe?
What is a protocol in c?