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
p*=(++q)++*--p when p=q=1 while(q<=6)
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Is sizeof a keyword in c?
How to get string length of given string in c?
Is Exception handling possible in c language?
What is a const pointer?
What is the sizeof () a pointer?
State two uses of pointers in C?
what are the different storage classes in c?
What does d mean?
Is swift based on c?
Why can’t we compare structures?
How can I delete a file?
What are local static variables?