Uncategorized

need answers to multiple questions

Question 1

Which of the following access the member myAge in a structure named student?

student >- myAge;

student.myAge;

student (myAge);

student [myAge]

    

Question 2

A structure consists of members which must all be the same type.
       True
       False

     

Question 3

A structure consist of one or more items that are referred to as “members”
       True
       False

    

Question 4

Which of the following is a properly declared structure ?

struct { int val; }

struct foo { int val; }

struct foo int val;

struct foo { int val; };

   

Question 5

Which is not a valid C Run Time Area?

Hash

Heap

Stack

Text

     

Question 6

Which operator connects the structure name to its member name?

*

.

->

None of the above

     

Question 7

Which run time area contains global and static variables?

text

data

stack

quere

10 points  

Question 8

Which run time area is dynamic and allows you to create additional storage areas in it at run time?

data

text

heap

hash

     

Question 9

It is possible for a structure to have a member who has been declared as an Array
       True
       False

  

Question 10

It is possible for a struture to be declared with members who all share the same type (such as float).
       True
       False

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount! Use Discount Code “Newclient” for a 15% Discount!NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

The post need answers to multiple questions appeared first on Nursing Writers Hub.

Leave a Reply

Your email address will not be published. Required fields are marked *