Answers

Question and Answer:

  Home  C++ Type Checking

⟩ What will be the output of this program? #include <iostream> using namespace std; int main() { char c = 74; cout << c; return 0; } a) A b) N c) J d) I

c) J

 171 views

More Questions for you: