Question: please I need this ASAP EEL 2880 16) What type of object reference is car in car->door? 23) In reference to Illustration 2 How would
please I need this ASAP

EEL 2880 16) What type of object reference is car in car->door? 23) In reference to Illustration 2 How would foo be called A) direct pointer B) direct reference C) pointer to direct DJ structure pointer with MyMoney as a calling argument? A) Z = foo ( int MyMoney ) B) Z = foo( struct MyMoney ); C) zfoo struct dollar); D) z f00( MyMoney ) ; 17) What type of instance is the object car in car->door 24) In reference to Illustration 2 How would one of the components of a dollar be printed in function foo? A) printf("nThe change had sd dimes ",dime.x) B) printf(" The change had %d dines ",x-dine); C) printf("InThe change had s dimesIn",x.dime): D) printf("InThe change had sd dimesn" ,x.dine): A) Named block of memory onnamed block or memory with named pointer C) Unnamed pointer to block of memory D) Unnamed block of memory 25) In reference to Illustration 2 How could the parts of a 18) What type of object reference is car in car.door? A) structure pointer B) direct reference C) pointer to direct D) direct pointer dollar be initialized as part of the declaration? A) struct dollar Mine (3, 2, 1, 9, B) struct dollar Mines(3: 2: 1; ); C) struct dollar Mine-(3, 2, 1, e D) struct dollar Mine-[3, 2, 1, 01: 26)In reference to Ilustration 2 How could another dollar instance be created and the pointer 'MyMoneyPtr' be set to the dollar location? A) new dollar* MyMoneyPtrdollar; B) dollar MyHoneyPtr new dollar"; C) dollar* MyMoneyPtr= new dollar; D) new dollar MyMoneyPtr dollar*; 19) What type of instance is the object car in car.door? A) Unnamed block of memory with named pointer B) Unnamed pointer to block of memory C) Named block of memory D) Unnamed block of memory 20) What is door in car->door? 27) In reference to Illustration 2 How would a function foo2 be declared with a dollar pointer as a calling argument? A) int foo2 (struct dollar xPtr); 8) int foo2 (struct dollar xPtr): C) int foo2 (struct dollar xPtr*) D) int foo2 (struct dollar xPtr): Pointer on foo 28) In reference to Ilustration 2 How could foo2 be called 21) In reference to Illustration 2 How would a functi be declared with a dollar structure as a calling argument? A) int foo (struct* dollar x); B) int foo (struct dollar x); c) int foo (struct dollar); D) int foo (int dollar x); with MyMoneyPtr? A) Z f002 ( MyMoneyPtr* ); B) Z = f002( struct MyMoneyPtr ); c) z f002( dollar* MyMoneyPtr ); D) z f002( MyMoneyptr ); ference to Illustration 2 How would a dollar named 29) In reference to Illustration 2 How could foo2 print one MyMoney' be declared directly? A) struct dollar MyMoney: B) struct dollar MyMoney; C) struct MyMoney D) struct MyMoney dollar; part of a dollar as the calling argument? A) printf(" The change had %d dines ", x. dine); B) printf(" The change had %d dimes ", x->dine); C) printf(" The change had %s dimes ", x. dine); D) printf(" The change had %d dines ", dine.x); 30) In reference to Illustration 2 Could foo2 change the contents of the parent dollar? no 3) int quarter D) using recursion 7) 31)In reference to Illustration 2 Could foo change the contents of the parent dollar? es Illustration 2 B) using recursion C) indirectly 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
