Advertisement
| Functions | Description |
|---|---|
| scanf() | This function is used to read one or multiple inputs from the user at the console. |
| printf() | This function is used to display one or multiple values in the output to the user at the console. |
| sscanf() | This function is used to read the characters from a string and stores them in variables. |
| sprintf() | This function is used to read the values stored in different variables and store these values in a character array. |
Advertisement
Advertisement
Advertisement
Please check our latest addition
C#, PYTHON and DJANGO
Advertisement