What is a modifier in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Is string an object in c++?
What is cloning?
What do you mean by funtion prototype?
How to write a program such that it will delete itself after exectution?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Define friend function.
Write about the local class and mention its use?
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
What are c++ templates used for?
What is code reusability in c++?
What is overloading unary operator?
What is a string example?