AtoZ C++ Interview Questions,CPP Objective Type Questions,C++ Study Material
Home
C++ Interview Questions
C++ Multiple Choice Questions
C++ Tutorial
skip to main
|
skip to sidebar
How do I initialize a pointer to a function?
03:40
AtoZ C++ Interview Questions, AtoZ CPP Objective Type Questions, AtoZ C++ Study Material
No comments
This is the way to initialize a pointer to a function void fun(int a) {
void main()
{
void (*fp)(int);
fp=fun;
fp(i); }
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Older Post
Home
0 comments:
Post a Comment
Blogger news
Home
C++ Interview Questions
C++ Multiple Choice Questions and Answers
CPP Study Material pdf
Followers
Categories
C++ Objective type Questions and Answers
(1)
C++ Questions and Answers for Freshers
(1)
CPP MCQs
(1)
0 comments:
Post a Comment