Computer Science, asked by sajankonsam2001, 4 months ago

What will be the output of the following C code?
#include <stdio.h>
int main()
{
int i = 0;
while (i = 0)
printf("True\n");
printf("False\n");
}
A False
B
True (1 time) False
Q
C с
True (infinite time)
D
Compiler dependent​

Answers

Answered by Takchsheel
0

Answer

Answer:−

Globalization:

Similar questions