What is ostream in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Specify different types of decision control statements?
what is polymorphism?
Describe new operator?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What is the difference between an enumeration and a set of pre-processor # defines?
Describe delete operator?
What is input operator in c++?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
What is difference between c++ and c ++ 14?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
Const char *p , char const *p What is the difference between the above two?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num