1.

What is the output of this program?
#include 
using namespace std;
#define Minimum(n,m) (((n) int main ()
{
float f1, f2;
f1 = 211.25;
f2 = 211.025;
cout < return 0;
}

A. 211.025
B. 211.25
C. Compilation Error
D. Runtime Error
E. None of these
Answer» B. 211.25


Discussion

No Comment Found

Related MCQs