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 |
How are the elements of a gridbaglayout organized?
what is deadlock in threads? with example
What is difference between Iterator and for loop
How is rounding performed under integer division?
What is the basic of java?
What is numeric promotion?
Is vector thread safe in java?
What is the difference between method and constructor ?
Is assembly language a low level language?
JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu
Can we convert stringbuilder to string in java?
What are the advantages and disadvantages of object cloning?