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
What is the purpose of 'register' keyword?
Explain what is wrong with this statement? Myname = ?robin?;
How can you find out how much memory is available?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What are 3 types of structures?
What extern c means?
What does sizeof int return?
How do you print an address?
What is extern variable in c with example?
What does the file stdio.h contain?
What is wrong in this statement? scanf(ā%dā,whatnumber);
Explain the properties of union.
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Why do we use int main?
What is integer constants?