If you had to write a function named Func that was passed one integer and one double, and “returned” a string and a double, which of these prototypes would NOT work?
A. double Func(string *ps, int a, double d);
B. void Func(int a, double b, string &rs, string &rd);
C. string Func(double *pd, int a, double d);
D. void Func(int a, double d, string s, double *pd);
D
Computer Science & Information Technology
You might also like to view...
What was the name of the first web browser?
a. Mosaic b. Internet Explorer c. Netscape d. Firefox
Computer Science & Information Technology
What type of Windows dialog box appears asking for permission to do something on the computer?
A) BAT B) UAC C) System control D) Help
Computer Science & Information Technology