Compute the printed value of i of the c code given below.
#include
int main()
{
int i=0;j=0;
while(i<4,j<5)
{
i++;
j++;
} printf("%d,%d\n",i,j);
return 0;
}
A)4,5
B)4,4
C)5,5
D)0,0
Answers
Answered by
2
what you have written can't understand say it clearly plz
what you have written can't understand say it clearly plz $$
what you have written can't understand say it clearly plz $$ ~
Similar questions