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 / sivasankar
output is 0
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
can inline function declare in private part of class?
What language is oop?
What is polymorphism what is it for and how is it used?
What is the full form of oops?
What is an example of genetic polymorphism?
What does sksksk mean in text slang?
What is pure oop?
can we make game by using c
What makes a language oop?
How to improve object oriented design skills?
What is polymorphism explain its types?
Get me an image implementation program.
What is polymorphism what are the different types of polymorphism?
What is the difference between encapsulation and polymorphism?