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
How does struct work in c?
What is ambagious result in C? explain with an example.
What is the use of #define preprocessor in c?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Can you return null in c?
What is masking?
How can I write a function that takes a format string and a variable number of arguments?
Is there any data type in c with variable size?
What are the types of assignment statements?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is a static function in c?
Who is the main contributor in designing the c language after dennis ritchie?
What are the different types of objects used in c?
How can I use a preprocessorif expression to ?
What is nested structure with example?