Whole document tree
    

Whole document tree

About input functions like scanw()

7. About input functions like scanw()

Well, printing without taking input, is boring. Let's see functions which allow us to get input from user. These functions also can be divided into three categories.

  1. getch() class: Get a character

  2. scanw() class: Get formatted input

  3. getstr() class: Get strings