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; }
Reveal answer
Fill a bubble to check yourself
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; }