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
What is wrong with this program statement?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What does %p mean?
What is the difference between struct and union in C?
Does c have class?
List the different types of c tokens?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What are header files why are they important?
Can true be a variable name in c?
What is d scanf?
How can I open files mentioned on the command line, and parse option flags?
What is #define used for in c?
What is the purpose of macro in C language?
What does sizeof int return?
How can I trap or ignore keyboard interrupts like control-c?