Interviewer And Interviewee Guide

C++ Type Checking Interview Question:

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
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.