char c = ‘a’;
int d = ‘Z’;
cout << c/2 << endl; // OUTPUT1
cout << d << endl; // OUTPUT2
cout << c + d <<endl; // OUTPUT3
cout << c << endl; // OUTPUT4
1.what is the OUTPUT1 ?
2.What is the OUTPUT2?
3.What is the OUTPUT3?
4.What is the OUTPUT4?
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment