How can a struct in c++ differs from a struct in c?


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

Post New Answer

More C++ General Interview Questions

Can I learn c++ as my first language?

0 Answers  


Does c++ vector allocate memory?

0 Answers  


Why should you learn c++?

0 Answers  


What is a block in c++?

0 Answers  


How do you clear a set in c++?

0 Answers  






What is function prototyping?

0 Answers  


What is difference between rand () and srand ()?

0 Answers  


Can you use the function fprintf() to display the output on the screen?

0 Answers  


Can static member variables be private?

0 Answers  


class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?

1 Answers   Yahoo,


Declare a class vehicle and make it an abstract data type.

0 Answers  


Categories