what is difference between array and structure?
Answer Posted / siddharth kothari
An array behaves like a built-in data type. All we have to
do is to declare an array variable and use it. But in the
case of a structure, first we have to design and declare a
data structure before the variables of that type are
declared and used
Is This Answer Correct ? | 44 Yes | 15 No |
Post New Answer View All Answers
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
How pointer is different from array?
what is the different bitween abap and abap-hr?
How to write a code for reverse of string without using string functions?
All technical questions
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
write a program for the normal snake games find in most of the mobiles.
What is c system32 taskhostw exe?
Is there any data type in c with variable size?
If you know then define #pragma?
Write a C program in Fibonacci series.
Explain the difference between strcpy() and memcpy() function?
How can I dynamically allocate arrays?
Is it acceptable to declare/define a variable in a c header?
What is a constant?