Show the declaration for a pointer to function returning long and taking an integer parameter.


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

Post New Answer

More C++ General Interview Questions

What are the implicit member functions of class?

0 Answers  


Explain the difference between using macro and inline functions?

0 Answers  


What is meant by iomanip in c++?

0 Answers  


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

0 Answers  


Which ide is best for c++?

0 Answers  






Is c++ a float?

0 Answers  


What are references in c++? What is a local reference?

0 Answers  


Is dev c++ free?

0 Answers  


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


Why can you not make a constructor as const?

3 Answers  


What is the default width for ouputting a long integer using the insertion operator?

0 Answers  


What is malloc in c++?

0 Answers  


Categories