Choose the correct output of the following c code
#include
int main()
{
int var1=10,var2=6;
if(var1=5)
{
var2++;
}
printf("%d%d",var1,var2++);
return 0;
}
A)106
B)108
C)57
D)58
Answers
Answered by
1
Answer:
c is right answer and you check so I will advice and see my seas titles
Similar questions