How to use Scanf in C language | Tutorial # 7

Опубликовано: 14 Июнь 2026
на канале: Abubaker Saleem
8
2

In the C programming language, scanf is a function that reads formatted data from stdin (i.e, the standard input stream, which is usually the keyboard, unless redirected) and then writes the results into the arguments given.
In this video we will learn to input data in a C program using scanf function. We will also learn about how to use all data types in scanf function.