Sail E0 Webinar
Question


What is the output of this program?


1.
#include
2.
using namespace std;
3.
int Add(int X, int Y, int Z)
4.
{
5.
return X + Y;
6.
}
7.
double Add(double X, double Y, double Z)
8.
{
9.
return X + Y;
10.
}
11.
int main()
12.
{
13.
cout
Options:
A .  11 12.1
B .  12.1 11
C .  11 12
D .  compile time error
Answer: Option D

None.



Was this answer helpful ?
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers