Answer Posted / sarayu
1_array is the collection of similar data items but
structure is the collection of dissimilar data items.
2.structure members are accesed only by structure
variables.on the hand of array that is no need.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
When we use void main and int main?
If the size of int data type is two bytes, what is the range of signed int data type?
What is assignment operator?
What is structure data type in c?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What do you mean by Recursion Function?
Explain the difference between exit() and _exit() function?
How can I read and write comma-delimited text?
Explain how do you convert strings to numbers in c?
What does. int *x[](); means ?
When should the volatile modifier be used?
Why functions are used in c?
How is a null pointer different from a dangling pointer?
What is function in c with example?
How many bytes is a struct in c?