Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.


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

Post New Answer

More C++ Interview Questions

What are issues if we mix new and free in C++?

0 Answers  


What is a virtual base class?

6 Answers   Fidelity, Siemens,


What is function overloading and operator overloading in C++?

0 Answers   IBS, TCS,


What is pass by value & reference.

0 Answers   Accenture,


What is bool in C++

0 Answers  






What are pass by value and pass by reference?what is the disadvantage of pass by value?

0 Answers   Alter,


What does it mean to declare a function or variable as static?

0 Answers   Amazon,


Without using third variable write a code to swap two numbers.

0 Answers   Accenture,


What does it mean to take the address of a reference?

0 Answers   Amazon,


Write a syntax and purpose of switch statement.

0 Answers   Agilent,


Difference between Call by pointer and by reference.

0 Answers   Adobe,


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


Categories