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

If class D is derived from a base class B

0 Answers  


dynamic scoping is

0 Answers   Siemens,


What are the advantages/disadvantages of using inline and const?

0 Answers   Amazon,


What Are The Differences Between A C++ Struct And C++ Class?

2 Answers   Wipro,


How will you print a list of all unique words from a string which may contain repeated words?

0 Answers   Adobe,


What is an algorithm (in terms of the STL/C++ standard library)?

0 Answers   Amazon,


Explain function prototypes in C++.

0 Answers   Aricent,


How does stack look in function calls? When does stack overflow? What can you do to remedy it?

0 Answers   Adobe,


What is bool in C++

0 Answers  


What is an abstract class?

5 Answers   Siemens,


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


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

0 Answers   Adobe,


Categories