find the two largest values among the 6 numbers
using control structures : do-while,for,if else,nestedif-
else ,while. one or two of them.
Explain what is class definition in c++ ?
How would you represent an error detected during constructor of an object?
What are the two types of comments?
Specify different types of decision control statements?
Which is better c++ or java?
What operator is used to access a struct through a pointer a) >> b) -> c) *
In a class only declaration of the function is there but defintion is not there then what is that function?
What are single and multiple inheritances in c++?
what is oops
What are the advantages of inheritance in c++?
Explain the difference between c & c++?
What do you mean by internal linking and external linking in c++?