What are function prototypes?


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

Post New Answer

More C++ General Interview Questions

When is a template better solution than a base class??

2 Answers   emc2,


What are the differences between a struct in C and in C++?

8 Answers   Amazon, Wipro,


Describe the syntax of single inheritance in C++?

0 Answers   Fidelity,


Difference between overloading vs. Overriding

0 Answers  


What are the difference between reference variables and pointers in C++?

1 Answers  






Is there something that we can do in C and not in C++?

14 Answers   Patni,


How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?

2 Answers   CTS,


Which bit wise operator is suitable for turning off a particular bit in a number?

0 Answers  


What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 Answers  


Explain unexpected() function?

0 Answers  


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

0 Answers  


What information can an exception contain?

0 Answers  


Categories