#include <stdio.h> #include <conio.h> void main() { int num=0; while(1) { if(getche()=='\n') break; num++; } }