Show the declaration for a static function pointer.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking

2 Answers   Hughes,


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


What is object oriented programming (oop)?

0 Answers  


Is vector a class in c++?

0 Answers  






Explain the problem with overriding functions

0 Answers  


What is the function of I/O library in C++ ?

0 Answers   HCL,


Write is a binary search tree? Write an algo and tell complexity?

0 Answers   Axtria,


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


Which programming language is best to learn first?

0 Answers  


What is the purpose of ios::basefield in the following statement?

0 Answers  


What is conversion constructor?

2 Answers   TCS,


Categories