raju


{ City } hyd
< Country > india
* Profession * student
User No # 9760
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 3
Users Marked my Answers as Wrong # 2
Questions / { raju }
Questions Answers Category Views Company eMail




Answers / { raju }

Question { 7573 }

What is the output of the following code:
int v()
{
int m=0;
return m++;
}
int main()
{
cout< }




1) 1


2) 0


3) Code cannot compile


Answer

ans 0

first it return value ofter that it increment

Is This Answer Correct ?    3 Yes 2 No