Describe the different styles of function prototypes in C++.


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

Post New Answer

More C++ Interview Questions

What is the difference between creating an object, using 'new' and using 'malloc'?

3 Answers   HFG, Siemens,


What is name mangling/name decoration?

0 Answers   Amazon,


Difference between function overloading and function overriding.

0 Answers   Alter,


Write a program that ask for user input from 5 to 9 then calculate the average

0 Answers   IBS,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  






What is data abstraction? How is it implemented in C++?

0 Answers   Amdocs,


Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.

0 Answers   Adobe,


How do you work around them?

0 Answers   Amazon,


Is there a difference between class and struct?

0 Answers  


To solve the 8 Queens problem, which algorithm is used?

0 Answers   Accenture,


C++ supports multiple inheritance. What is the “diamond problem” that can occur with multiple inheritance? Give an example.

0 Answers  


How does free know the size of memory to be deleted

0 Answers  


Categories