IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answer Posted / swamy s t
No. Because arrays are homogeneous datatype and
structures are heterogeneous datatype. So we cann't
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the correct declaration of main?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Explain high-order and low-order bytes.
How can I sort more data than will fit in memory?
Why are algorithms important in c program?
Explain what is the benefit of using const for declaring constants?
Write a program to reverse a string.
difference between object file and executable file
How many levels of pointers can you have?
Is array name a pointer?
What are the types of unary operators?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Why do we need functions in c?
What are the benefits of organizational structure?
How main function is called in c?