// Reading data from keyboard #include int main(){ int num ; scanf ("%d", &num) ; printf ("No. of students is %d\n", num) ; }