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
Explain what are header files and explain what are its uses in c programming?
What are the ways to a null pointer can use in c programming language?
Why doesn't C support function overloading?
What is the use of extern in c?
write an algorithm to display a square matrix.
What do the functions atoi(), itoa() and gcvt() do?
Why does the call char scanf work?
How can I open a file so that other programs can update it at the same time?
Explain what is the benefit of using #define to declare a constant?
What is floating point constants?
what do you mean by inline function in C?
Explain what math functions are available for integers? For floating point?
What is the deal on sprintf_s return value?
What is the condition that is applied with ?: Operator?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?