Advertisement
| No. | Functions |
|---|---|
| 1 | Formatted input/output functions. |
| 2 | Unformatted input/output functions. |
| Functions | Description |
|---|---|
| getch() | Reads a single character from the user at the console, without echoing it. |
| getche() | Reads a single character from the user at the console, and echoing it. |
| getchar() | Reads a single character from the user at the console, and echoing it, but needs an Enter key to be pressed at the end. |
| gets() | Reads a single string entered by the user at the console. |
| puts() | Displays a single string's value at the console. |
| putch() | Displays a single character value at the console. |
| putchar() | Displays a single character value at the console. |
Advertisement
Advertisement
Advertisement
Please check our latest addition
C#, PYTHON and DJANGO
Advertisement