Write a single instruction that will store an EVEN random
integer between 54 and 212 inclusive in the variable myran.
(NOTE only generate EVEN random numbers)
What do manipulators do?
Can member functions be private?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Is the declaration of a class its interface or its implementation?
What is the identity function in c++? How is it useful?
What is c++ best used for?
an integer constant must have atleast one a) character b) digit c) decimal point
What is the error in the code below and how should it be corrected?
What is a dangling pointer?
Write a C++ Program to check whether a number is prime number or not?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
how many trys can we write in one class