Explain function prototypes in C++.


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

Post New Answer

More C++ Interview Questions

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

0 Answers   Alter,


Do you know about Agilent PRECOMPILERS. ?

0 Answers   Agilent,


What is a memory leak in C++?

0 Answers   Agilent,


What is a COPY CONSTRUCTOR and when is it called?

0 Answers   IBS,


What kind of problems does name mangling cause?

0 Answers   Amazon,






When would you choose to return an error code rather than throw an exception?

0 Answers   Amazon,


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

0 Answers   Adobe,


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 is the difference between malloc, calloc and realloc?

0 Answers   Alter,


What is an abstract class in C++

0 Answers   SwanSoft Technologies,


How do you work around them?

0 Answers   Amazon,


Tell me about virtual function

1 Answers  


Categories