what is difference between array and structure?
Answer Posted / priya
Array is used to store large set of data with same data
type.But structure allows you to wrap one or more variables
with different data type.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Which is better malloc or calloc?
What are linker error?
What are global variables?
Is printf a keyword?
What is structure pointer in c?
Why is c called a mid-level programming language?
define string ?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
explain what are pointers?
pierrot's divisor program using c or c++ code
write a programming in c to find the sum of all elements in an array through function.
code for replace tabs with equivalent number of blanks
Explain the use of 'auto' keyword in c programming?
shorting algorithmS
Does c have enums?