state the output of the following :
int a = 2, b =3;
if(n>0)
{
a ++;
b ++;
}
What will be the value of a and b, if the value of n is 1(one).
Answers
Answered by
0
Answer:
if value of n is 1,
a= 3, b= 4
Similar questions
Social Sciences,
13 hours ago
Hindi,
13 hours ago
Math,
1 day ago
English,
8 months ago
Math,
8 months ago