Interviewer And Interviewee Guide

C++ Pointers & Functions Interview Question:

What is the output of this program?

#include <iostream>
using namespace std;
void mani()
void mani()
{
cout<<"hai";
}
int main()
{
mani();
return 0;
}
a) hai
b) haihai
c) compile time error
d) none of the mentioned

Submitted by: Administrator
c) compile time error
Submitted by:

Read Online C++ Pointers & Functions Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.