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
Write a Program to find whether the given number or string is palindrome.
What is printf () in c?
What is the significance of an algorithm to C programming?
Can a pointer be null?
What is page thrashing?
What is the purpose of sprintf() function?
What does the c preprocessor do?
How can I handle floating-point exceptions gracefully?
When should you not use a type cast?
Is main a keyword in c?
Why clrscr is used in c?
Difference between macros and inline functions? Can a function be forced as inline?
What is a macro?
What is the translation phases used in c language?
Where are the auto variables stored?