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
What is istream c++?
What is endl c++?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
How is new() different from malloc()?
Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 Answers HCL, Lehman Brothers, Zoomerang,
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What is iterator in c++?
How did c++ start?
What is the difference between multiple and multilevel inheritance in c++?
Is c++ a difficult language?
What is null c++?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?