what is difference between array and structure?
Answer Posted / siddharth kothari
An array behaves like a built-in data type. All we have to
do is to declare an array variable and use it. But in the
case of a structure, first we have to design and declare a
data structure before the variables of that type are
declared and used
| Is This Answer Correct ? | 44 Yes | 15 No |
Post New Answer View All Answers
How can you pass an array to a function by value?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is an auto variable in c?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is enumerated data type in c?
What are control structures? What are the different types?
what are the facialities provided by you after the selection of the student.
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Write a code to determine the total number of stops an elevator would take to serve N number of people.
write a program to generate address labels using structures?
Explain how can you tell whether two strings are the same?
How can I swap two values without using a temporary?
What are register variables? What are the advantage of using register variables?
What is f'n in math?