C++ Programming

Time: 00:00:00
0
Attempted
15
Not Attempted
0
Marked For Review
0
Attempted & Reviewed

Question 1 of 15

What is the output of C++ program given below?

#include<iostream>
using namespace std;
int main()
{
typedef int hello;
hello i=9.9;
cout<<i;
}

Select Your Answer:

All Questions

Attempted
Not Attempted
Marked for Review
Attempted & Reviewed
Current