Sail E0 Webinar
Question


What will be the output of the following program?


#include
class BaseCounter
{
protected:
long int count;
public:
void CountIt(int x, int y = 10, int z = 20)
{
count = 0;
cout
Options:
A .  30 10 20
B .  Garbage 10 20
C .  40 50 20
D .  20 40 50
E .  40 Garbage Garbage
Answer: Option C



Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

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

More Questions on This Topic :

Latest Videos

Latest Test Papers