Understanding Library Functions & Data Types in C

Опубликовано: 07 Июнь 2026
на канале: Anindita Das Bhattacharjee
2,467
54

In this video we will learn the use of scanf() function to take user input and printf() function to display desired output to the user. Prinf() is a library function to send formatted output to the screen. Any valid C Program must have main() function. The specifiers are used to print the type of data to be displayed and type of user input data. The library functions are defined in header files.