Latest C Aptitude Question SOLUTION: What will be the output of the C program, if input is 6? #include int main() { unsigned char i = 0; for(;i<=0;i++) ; printf("%dn",i); return 0; }