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
How is a null pointer different from a dangling pointer?
What are the different file extensions involved when programming in C?
What do mean by network ?
What is restrict keyword in c?
What is the difference between procedural and declarative language?
What is && in c programming?
Which is the memory area not included in C program? give the reason
What are the types of type specifiers?
How #define works?
Do character constants represent numerical values?
Explain how can you determine the size of an allocated portion of memory?
How do you initialize pointer variables?
Explain the use of keyword 'register' with respect to variables.
Define the scope of static variables.
Is file a keyword in c?