What does the code "cout<<(0==0);" print?
1) 0
2) 1
3) Compiler error: Lvalue required
Answer Posted / manimegalai
compiler error
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is class and object in oops?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout<
What is polymorphism explain?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is advantage of inheritance?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What are the 4 main oop principles?
What is an advantage of polymorphism?
write a C++ program for booking using constructor and destructor.
What is object in oop with example?
What are properties in oop?
Why is oop better than procedural?
How many human genes are polymorphic?
What are the 3 principles of oop?