What is the output of the following program? Why?
No Answer is Posted For this Question
Be the First to Post Answer
What is setf in c++?
What is abstract keyword in c++?
Is it possible to use a new for the reallocation of pointers ?
Enter n no. of element and delete value from desire position
What is a volatile variable in c++?
How will you call C functions from C ++ and vice-versa?
0 Answers Agilent, Tavant Technologies, Thomson Reuters, Verifone,
What is scope operator in c++?
How do we implement inheritance in c++?
Differentiate between a copy constructor and an overloaded assignment operator.
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
What are different types of typecasting supported by C++
What is the type of 'this' pointer?