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
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What are the standard predefined macros?
What is the use of gets and puts?
What are the different types of control structures in programming?
Which of these functions is safer to use : fgets(), gets()? Why?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Is flag a keyword in c?
What are linker error?
Do array subscripts always start with zero?
Why is python slower than c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
difference between Low, Middle, High Level languages in c ?
What is the method to save data in stack data structure type?
Why header file is used in c?
Which is best linux os?