+ 1

what this code do ??

#include<iostream> #include<conio.h> using namespace std; int main() { int c = 0; while (getche() != 13) c++; cout << c; }

17th Nov 2017, 8:17 AM
Mmad
Mmad - avatar
1 Answer