Answer to Question #161683 in C++ for Aarati

Question #161683

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?


1
Expert's answer
2021-02-06T00:58:43-0500
  1. 48
  2. 90
  3. 187
  4. a

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog