Sail E0 Webinar
Question


Which of the following statement is correct about the program given below?


#include
struct MyStructure
{
class MyClass
{
public:
void Display(int x, float y = 97.50, char ch = 'a')
{
cout
Options:
A .  The program will print the output 12 97.50 b.
B .  The program will print the output 12 97.50 a.
C .  The program will print the output 12 98 a.
D .  The program will print the output 12 Garbage b..
E .  The program will print the output 12 Garbage a.
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 *

Latest Videos

Latest Test Papers