What is the output of the following code:
int v()
{
int m=0;
return m++;
}
int main()
{
cout<<v();
}
1) 1
2) 0
3) Code cannot compile
Answer Posted / durga shankar mishra
write answer of the 0
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is static modifier?
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).
What does and I oop and sksksk mean?
What is meant by oops concept?
What is multilevel inheritance?
Why is object oriented programming so hard?
Advantage and disadvantage of routing in telecom sector
What is polymorphism explain?
What is class in oop with example?
What is polymorphism programming?
What are objects in oop?
What is polymorphism and types?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
• What are the desirable attributes for memory managment?
What is oops concept with example?