what is difference between array and structure?
Answer Posted / preet batth
array
1.there is no keyword
2.it has decleration only
structure
1.the keywod struct is used
2.it as decelration and definition
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Is fortran faster than c?
When should the volatile modifier be used?
What is the usage of the pointer in c?
What is c token?
Write a program to print "hello world" without using a semicolon?
Do you know the difference between exit() and _exit() function in c?
How can I find the modification date of a file?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Define VARIABLE?
what is use of malloc and calloc?
What is the general form of function in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is meant by type specifiers?
Write a program to swap two numbers without using third variable?
is it possible to create your own header files?