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
Explain how can you check to see whether a symbol is defined?
What is the total generic pointer type?
What does the error message "DGROUP exceeds 64K" mean?
Why c language?
What is the difference between the expression “++a” and “a++”?
write a proram to reverse the string using switch case?
Write a program to check armstrong number in c?
What does void main return?
What is the easiest sorting method to use?
Can you write the algorithm for Queue?
What are high level languages like C and FORTRAN also known as?
What are the functions to open and close the file in c language?
What is new line escape sequence?
How to delete a node from linked list w/o using collectons?
What is an endless loop?