Q. What is the output of the following code?

Code:
#include <iostream>
using namespace std;
int main()
{
  char c = 65;
  cout << c;
  return 0;
}
  • (A) N
  • (B) I
  • (C) J
  • (D) A
πŸ’¬ Discuss
βœ… Correct Answer: (D) A

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
237
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
84%
Success Rate