How does a C++ structure differ from a C++ class?


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

Post New Answer

More C++ General Interview Questions

What is an iterator class in c++?

0 Answers  


Are vectors passed by reference c++?

0 Answers  


Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.

16 Answers   BNB, FDS, Goldman Sachs, Nagarro,


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

0 Answers  


What is size of a object of following class? class Foo { public: void foo(){} }

2 Answers   CA,






What do you mean by const correctness?

0 Answers  


What is the importance of mutable keyword?

0 Answers  


Define upcasting.

0 Answers  


How can a '::' operator be used as unary operator?

1 Answers  


How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)

2 Answers  


What is the role of copy constructor in copying of thrown objects?

0 Answers  


What is the auto keyword good for in c++?

0 Answers  


Categories