#include stdio.h int main() { int i = 0; char c = 'b'; while (i 3) { i++; switch (c) { case 'b': printf("%c ", c); break; break; } } printf("sooksmas\n"); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login