Sail E0 Webinar
Question


What will be the output of the following program?


#include
int main()
{
float Amount;
float Calculate(float P = 5.0, int N = 2, float R = 2.0);
Amount = Calculate();
cout
Options:
A .  21
B .  22
C .  31
D .  32
E .  None of these
Answer: Option D



Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers