Is there a difference between class and struct?


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

Post New Answer

More C++ Interview Questions

explain the term 'resource acquisition is initialization'?

0 Answers   Amazon,


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


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

0 Answers   Agilent,


What is an abstract class in C++

0 Answers   SwanSoft Technologies,


Describe the different styles of function prototypes in C++.

0 Answers   Adobe,






What is conversion constructor in C++

0 Answers   TCS,


What do you know about Volatile keyword in C++? Explain with an example code.

0 Answers   Adobe,


What is C++11?

0 Answers   Adobe,


What is constant keyword in C++? Illustrate its various uses.

0 Answers   Akamai Technologies, Infogain,


Difference between function overloading and function overriding.

0 Answers   Alter,


Discuss about iteration statements in C++ .

0 Answers   Agilent,


Define type casting in C++.

0 Answers   Amdocs,


Categories