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 is the function to call to turn an ascii string into a long?

0 Answers  


What is array give example?

0 Answers  


What is the use of 'this' pointer?

0 Answers   Fidelity,


Is c++ a good first language to learn?

0 Answers  


In C++ cout is: a) object b) class c) something else

11 Answers   Infosys, Lehman Brothers,






What are files in c++?

0 Answers  


When should we use container classes instead of arrays?

0 Answers  


What operator is used to access a struct through a pointer a) >> b) -> c) *

0 Answers  


How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?

0 Answers  


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

0 Answers   Yahoo,


What is a lambda function c++?

0 Answers  


Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

0 Answers   Maxobiz,


Categories