How is a structure different from array ?



How is a structure different from array ?..

Answer / Ram Prasad Chaurasiya

A structure is a user-defined data type in C that allows you to group together related variables of different types. An array, on the other hand, is a collection of elements of the same data type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How are the elements of a gridbaglayout organized?

1 Answers  


what is deadlock in threads? with example

2 Answers   CTS, XOXO,


What is difference between Iterator and for loop

9 Answers   HP,


How is rounding performed under integer division?

2 Answers   Satyam,


What is the basic of java?

1 Answers  


What is numeric promotion?

1 Answers  


Is vector thread safe in java?

1 Answers  


What is the difference between method and constructor ?

3 Answers  


Is assembly language a low level language?

1 Answers  


JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu

9 Answers   Huawei,


Can we convert stringbuilder to string in java?

1 Answers  


What are the advantages and disadvantages of object cloning?

1 Answers  


Categories