filmov
tv
C Tutorial - Formatted I/O functions

Показать описание
This video describes how to implement the Formatted Input/Output Functions in C Programming Language.
Using these functions we can take inputs of different data types like, integer, float, character etc. and display output of different types also. But this is not possible for Character Input/Output Functions, they can take and display only char type of values. In the video an int variable is taken to demonstrate the process of taking input and showing output using the printf( ) and scanf( ) functions. Going through this video one can learn not only about the formatted I/O functions also basic structure of a C Program and how to compile and execute a program.
Using these functions we can take inputs of different data types like, integer, float, character etc. and display output of different types also. But this is not possible for Character Input/Output Functions, they can take and display only char type of values. In the video an int variable is taken to demonstrate the process of taking input and showing output using the printf( ) and scanf( ) functions. Going through this video one can learn not only about the formatted I/O functions also basic structure of a C Program and how to compile and execute a program.