What are the advantages of prototyping?


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

Post New Answer

More C++ General Interview Questions

Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

0 Answers  


What is the difference between static global and global ?

2 Answers   CA,


Can you pass an array to a function in c++?

0 Answers  


What is the syntax for a for loop?

0 Answers  


What is code reusability in c++?

0 Answers  






What is private public protected in c++?

0 Answers  


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


Explain how the virtual base class is different from the conventional base classes of the opps.

0 Answers  


Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.

16 Answers   BNB, FDS, Goldman Sachs, Nagarro,


What is an inclusion guard?

0 Answers  


What are different types of loops in c++?

0 Answers  


Explain how to initialize a const member data.

0 Answers  


Categories