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

Submitted by: Murtaza
c) J
Submitted by: Murtaza

Read Online C++ Type Checking Job Interview Questions And Answers