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 is difference between %d and %i in c?
If null and 0 are equivalent as null pointer constants, which should I use?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Is c dynamically typed?
What are the scope of static variables?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
When c language was developed?
What is void pointers in c?
Tell me what is null pointer in c?
Write a program to implement queue.
Which type of language is c?
what is the height of tree if leaf node is at level 3. please explain
What is the meaning of 2d in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What are inbuilt functions in c?