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