What are the differences between structures and arrays?

Showing Answers 1 - 4 of 4 Answers

Strcture : It is collection of data (Data Types) which can be different in nature

             e.g. Student{
                                        char FirstName;
                                        int age;
                                         
                             }

Array: Collection similar datatypes(Data) and in sequencial fashion .


-- sachin Misurkar

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions