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"); }
Thanks for contributing an answer!
\(........\)
Avoid writing here -
False
will be the ouput
382 questions
257 answers
105 comments
155 users