Card 12 / 15: Which of the following functions, whose declarations are given below, will be called: float f; printFun(2.0*f);
A)
void printFun(void)
B)
void printFun(double)
C)
void printFun(float)
D)
float printFun(float)
E)
none of the above
Answer:
B) void printFun(double)
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
|
Foundations of Software Engineering
Author:
Prof.Kevin AmaratungaProfessor
MIT Massachusetts Institute of Technology
USA
Access: |