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

What is an abstract class?

5 Answers   Siemens,


What is conversion constructor in C++

0 Answers   TCS,


What is C++11?

1 Answers   Adobe,


How to reverse a string in C++

0 Answers  


Explain the difference between method overriding and method overloading in C++?

0 Answers   Accenture,


How to convert integer to string in C++

0 Answers  


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


What is data abstraction? How is it implemented in C++?

0 Answers   Amdocs,


write a program To generate the Fibonacci Series.

0 Answers   Accenture,


What is name mangling/name decoration?

0 Answers   Amazon,


Write a C++ program to print strings in reverse order.

0 Answers   Amdocs,


Tell How To Check Whether A Linked List Is Circular ?

1 Answers   IBS, Infosys,


Categories