Q:

Given the following declarations

0

Given the following declarations,

void manip(int, int);
double dobj;

what is the rank (§ 6.6.1, p. 245) of each conversion in the following calls?

(a) manip('a', 'z');

(b) manip(55.4, dobj);

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(a) `manip('a', 'z');` rank 3.

(b) `manip(55.4, dobj);` rank 4.

 

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now