What do you mean by funtion prototype?


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

Post New Answer

More C++ General Interview Questions

Generally variables are stored in heap memory. When he variables are created in stack?

4 Answers   Persistent,


write the prime no program in c++?

16 Answers  


What are the rules about using an underscore in a c++ identifier?

0 Answers  


Where the memory to the static variables is allocated?

0 Answers  


If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];

3 Answers  






What is using namespace std in c++?

0 Answers  


What is ctime c++?

0 Answers  


What is the role of copy constructor in copying of thrown objects?

0 Answers  


Show the application of a dynamic array with the help of an example.

0 Answers  


What is c++ try block?

0 Answers  


What is design pattern?

2 Answers   Samsung,


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


Categories