Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Exception Handling Interviews:C C++ ErrorsDatabase ErrorsDotNet ErrorsERRORSMySQL ErrorsOracle ErrorsScripts ErrorsSQL Server Errors
Copyright © 2018. All Rights Reserved
C C++ Errors Interview Question:
char* f()
return "hello:";
void main()
{char *str=f();
}
Submitted by: Administratorstr will be a pointer to "hello:"
so on printing str will output hello:
Submitted by: Administrator
so on printing str will output hello:
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.