What is function prototyping? What are its advantages?


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

Post New Answer

More C++ General Interview Questions

Should I learn c or c++ or c#?

0 Answers  


Can we specify variable field width in a scanf() format string? If possible how?

0 Answers  


catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


What do c++ programmers do?

0 Answers  


What is meant by const_cast?

0 Answers  






How to declaring variables in c++?

0 Answers  


What is c++ namespace?

0 Answers  


What do you mean by global variables?

0 Answers  


What is the difference between method overloading and method overriding in c++?

0 Answers  


Explain the purpose of the keyword volatile.

0 Answers  


What are advantages of C++ when comparing with C?

18 Answers   HP, iGate, TCS,


What does std :: flush do?

0 Answers  


Categories