IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answer Posted / venugopal
YES ,THEY CAN BE,BECAUSE ARRAY CAN HOLD SIMILAR DATA
TYPED ONES,WE ARE USING ONLY STRUCTURE VARIABLES
THEMSELVES.IT WILL BE POSSIBLE.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is c is a procedural language?
Explain what is output redirection?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is the explanation for cyclic nature of data types in c?
what is the significance of static storage class specifier?
How do I use strcmp?
What are the types of pointers in c?
How do you do dynamic memory allocation in C applications?
Explain built-in function?
What is the difference between void main and main in c?
Explain how are portions of a program disabled in demo versions?
What is the best way of making my program efficient?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Why we use stdio h in c?
What are the types of macro formats?