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
What do you mean by c what are the main characteristics of c language?
How can I write functions that take a variable number of arguments?
how can use subset in c program and give more example
Differentiate call by value and call by reference?
write a program to generate address labels using structures?
What are the functions to open and close file in c language?
Why is c called c not d or e?
What does d mean?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Are pointers integers in c?
What is the use of function overloading in C?
Is it better to bitshift a value than to multiply by 2?
Which is the best website to learn c programming?
How do I use void main?
Explain function?