Interviewer And Interviewee Guide

C++ Pointers & Functions Interview Question:

What is meaning of following declaration?
int(*p[5])();
a) p is pointer to function.
b) p is array of pointer to function.
c) p is pointer to such function which return type is array.
d) p is pointer to array of function

Submitted by: Administrator
b) p is array of pointer to function.
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.