How can a C function be called in a C++ program?


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

Post New Answer

More C++ Interview Questions

In C++ what is a vtable and how does it work?

0 Answers   Agilent,


Explain function prototypes in C++.

0 Answers   Aricent,


What does it mean to declare a member function as virtual in C++?

0 Answers   Amazon,


What is a COPY CONSTRUCTOR and when is it called?

0 Answers   IBS,


what is the difference between a pointer and a reference?

0 Answers   Amazon, Blue Star, C DAC,






When must you use a constructor initializer list?

0 Answers   Amazon,


What is the difference between an ARRAY and a LIST in C++?

0 Answers   IBS, TCS,


When would you choose to return an error code rather than throw an exception?

0 Answers   Amazon,


Explain the importance of method overloading in C++?

0 Answers   Akamai Technologies, Infogain,


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 are the advantages/disadvantages of using inline and const?

0 Answers   Amazon,


What is pass by value & reference.

0 Answers   Accenture,


Categories