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


Please Help Members By Posting Answers For Below Questions

Is c is a procedural language?

839


Explain what is output redirection?

914


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?

2303


What is the explanation for cyclic nature of data types in c?

907


what is the significance of static storage class specifier?

1944


How do I use strcmp?

850


What are the types of pointers in c?

762


How do you do dynamic memory allocation in C applications?

856


Explain built-in function?

875


What is the difference between void main and main in c?

888


Explain how are portions of a program disabled in demo versions?

892


What is the best way of making my program efficient?

791


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1191


Why we use stdio h in c?

808


What are the types of macro formats?

833