#include <stdio.h> void main() { int k = 0; while (++k) { printf("Interview Mania"); } }
"Interview Mania" infinite times
Previous Question Next Question
Your comments will be displayed only after manual approval.