what are function pointers?


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

Post New Answer

More C++ General Interview Questions

What is runtime errors c++?

0 Answers  


What is the type of 'this' pointer? When does it get created?

0 Answers  


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


What is data types c++?

0 Answers  


what is scupper?

0 Answers  






Can a list of string be stored within a two dimensional array?

0 Answers  


How can you say that a template is better than a base class?

0 Answers  


Can char be a number c++?

0 Answers  


How a pointer differs from a reference?

0 Answers  


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


Explain how overloading takes place in c++?

0 Answers  


What are the advantages of c++?

0 Answers  


Categories