#include int main(){ int c = 1; printf("Enter your text\n"); while(c = 1){ c = getchar(); } return 0; }