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

Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


What does malloc return in C and C++?

0 Answers   Alter,


What is a virtual function in C++?

0 Answers   C DAC,


What is the difference between Stack and Queue in C++?

0 Answers   Global Logic, iNautix,


How to invoke a C function using a C++ program?

0 Answers   Alter,






What is pass by value & reference.

0 Answers   Accenture,


What are the fundamental features of an object-oriented language?

0 Answers   Accenture,


Write a C++ Program to find Square Root of a number using sqrt() function.

1 Answers  


If class D is derived from a base class B

0 Answers  


How does free know the size of memory to be deleted

0 Answers  


Explain the difference between method overriding and method overloading in C++?

0 Answers   Accenture,


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

0 Answers   Amdocs,


Categories