what is difference between array and structure?
Answer Posted / sushil
structure: structure is a collection of variable, reference
under convinent mean of keeping related information.
| Is This Answer Correct ? | 7 Yes | 17 No |
Post New Answer View All Answers
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is the use of #define preprocessor in c?
Write a program on swapping (100, 50)
what are enumerations in C
Write a program to print factorial of given number using recursion?
Explain what is a const pointer?
Hi can anyone tell what is a start up code?
Do you know the difference between exit() and _exit() function in c?
Differentiate between static and dynamic modeling.
What are the c keywords?
What are the two forms of #include directive?
Explain why C language is procedural?
Explain what is the difference between far and near ?
What’s the special use of UNIONS?
What is static function in c?