Choose a correct statement about C structures.Question 9Answera.A structure size is limited by only physical memory of that PC.b.A structure can contain same structure type member.c.All the above.d.You can define an unlimited number of members inside a structure.
Question
Choose a correct statement about C structures.Question 9Answera.A structure size is limited by only physical memory of that PC.b.A structure can contain same structure type member.c.All the above.d.You can define an unlimited number of members inside a structure.
Solution
No answer
Similar Questions
What is the size of a C structure?a.C structure is always 128 bytesb.Size of C structure is the totatl bytes of all elements of structurec.Size of C structure is the size of largest elementsd.Size of C structure is the size of smallest elementsClear my choice
Choose a correct statement about C structures.Question 29Select one:Structure elements can be initialized at the time of declaration.Only integer members of structure can be initialized at the time of declaration.Structure members can not be initialized at the time of declarationNone of the above
What is a structure in C language?Answer areaa) A structure is a collection of elements that can be of same datatypeb) A structure is a collection of elements that can be of different datatypec) Elements of a structure are called membersd) All of the these
Which of the following comments about the usage structures is true? a) Storage class can be assigned to individual member b) Individual members can be initialized within a structure type declaration c) The scope of the member name is confined to the particular structure, within which it is defined d) None of the above
Which of the following cannot be a structure member?
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.