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
Can a variable be both const and volatile?
Where local variables are stored in c?
What is stack in c?
What is pointer and structure in c?
What should malloc() do?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is the difference between arrays and pointers?
What is the symbol indicated the c-preprocessor?
given post order,in order construct the corresponding binary tree
Did c have any year 2000 problems?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What are the two types of structure?
Why does notstrcat(string, "!");Work?
What is function pointer c?
When should the volatile modifier be used?