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)
No Answer is Posted For this Question
Be the First to Post Answer
How are pointers type-cast?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
When copy constructor can be used?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
What is the output of printf("%d")?
58 Answers CTS, HCL, Infosys, TCS, Winit, Wipro,
In c++, what is the difference between method overloading and method overriding?
Define 'std'.
Can a program run without main in c++?
Why struct is used in c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What is srand c++?
What is a class template in c++?