what is difference between array and structure?
Answer Posted / viji
array is the collection of same data items are declare under
common name
structure is the collection of different data items are
declare under different name which are accessed under common
name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the various types of control structures in programming?
What are the restrictions of a modulus operator?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Explain the advantages of using macro in c language?
What are the types of operators in c?
Which built-in library function can be used to match a patter from the string?
Define and explain about ! Operator?
What is meant by initialization and how we initialize a variable?
What is data structure in c language?
How do you construct an increment statement or decrement statement in C?
Explain what are preprocessor directives?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is integer constants?
Tell me the use of bit field in c language?
Is swift based on c?