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
When must you use a pointer rather than a reference?
How size of a class can be calulated?
What is an explicit constructor?
Is it possible for a member function to delete the pointer, named this?
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
Which programming language is best to learn first?
What are the implicit member functions of class?
What is vector string in c++?
What is null pointer and void pointer?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
Why can you not make a constructor as const?
What is an opaque pointer?