what is difference between array and structure?
Answer Posted / priya
Array have same data type and static memory allocation....
Structure have different data type and dynamic memory
allocation
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are different storage class specifiers in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
How can I write a function analogous to scanf?
What happens if header file is included twice?
What is action and transformation in spark?
What are qualifiers and modifiers c?
Explain what is a program flowchart and explain how does it help in writing a program?
Write a program to print ASCII code for a given digit.
In which header file is the null macro defined?
using only #include
What is difference between array and structure in c?
write a program to concatenation the string using switch case?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What are the types of type qualifiers in c?
Explain how do you determine whether to use a stream function or a low-level function?