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


Please Help Members By Posting Answers For Below Questions

How many types of sorting are there in c?

622


Explain how can you avoid including a header more than once?

609


What is the scope of global variable in c?

565


What is the difference between the local variable and global variable in c?

540


Explain the priority queues?

634






Write a program to implement queue.

674


Explain the difference between the local variable and global variable in c?

612


Why isn't any of this standardized in c? Any real program has to do some of these things.

635


Why is #define used?

801


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1628


Why c language is called c?

579


Write a program to check armstrong number in c?

644


Explain modulus operator. What are the restrictions of a modulus operator?

608


I have a varargs function which accepts a float parameter?

590


How does pointer work in c?

634