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 are the advantages of the functions?
Are the variables argc and argv are always local to main?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Do pointers store the address of value or the actual value of a variable?
Why we use void main in c?
Why is sprintf unsafe?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Are there constructors in c?
What does sizeof int return?
Explain how can I manipulate strings of multibyte characters?
What are categories used for in c?
Is that possible to add pointers to each other?
What is wrong with this code?
What is return in c programming?
Stimulate calculator using Switch-case-default statement for two numbers