#include <stdio.h> void main() { int k = 4; do { printf("Interview Mania\n"); } while (k < 3); }
"Interview Mania" one time
Previous Question Next Question
Your comments will be displayed only after manual approval.