πŸ“Š C++
Q. What will be the output of the following C++ code?
Code:
        #include <iostream>
        using namespace std;
        int main()
        {
            char c = 74;
            cout << c;
            return 0;
        }
  • (A) I
  • (B) J
  • (C) A
  • (D) N
πŸ’¬ Discuss
βœ… Correct Answer: (B) J

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
241
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Babita
Publisher
πŸ“ˆ
89%
Success Rate