Computer
Programming in C
Input-Output
Instructions in C
By : Rahul Sharma
Subscribe channel on YouTube
Follow us on Facebook
Input-Output
Instruction in C
Subscribe our YouTube channel
Follow us on Facebook
Input-Output Device
❑Standard Input Output Device
➢ Keyboard is standard input device.
➢ Monitor is standard output device.
Input-Output Instructions in C Language
❑Any Instruction that handle the screen(Monitor), or any Instruction that
is used to print something on output screen is called Output
Instruction.
❑Output Instruction is a statement in our program written by user, when
it run than a message print on monitor, that instruction is called as
Output Instruction .
❑Any Instruction that handle the Keyboard, or an Instruction that is used
to input some information by the user is called as Input Instruction.
Input-Output Instructions in C Language
❑printf() is a predefined function.
❑printf() is not a keyword.
❑ Printf() is a Output Instruction in C Programming.
❑The printf() function is used for output. It prints the given statement to the
console.
❑printf() prints two types of message on console screen(output screen).
➢ Print text as we written.
➢ Print value of expression or value of variable
Input-Output Instructions in C Language
❑The syntax of printf() function is given below:
✓ The format string can be %d (integer), %c (character), %s (string),
%f (float) etc.
Input-Output Instructions in C Language
❑scanf() is a predefined function.
❑scanf() is not a keyword.
❑scanf() is an Input Instructions.
❑The scanf() function is used to take inputs from user on console(output screen).
❑The syntax of scanf() function is given below:
✓ The format string can be %d (integer), %c (character), %s (string),
%f (float) etc.
Input-Output Instructions in C Language
❑getch() is a predefined function.
❑getch() is not a keyword.
❑getch() is an Input Instruction.
❑The getch() function is used to take inputs from user on console(output screen).
❑The syntax of scanf() function is given below:
✓ The format string can be %d (integer), %c (character), %s (string),
%f (float) etc.
Thank You
➢ For Detailed understanding,
Subscribe our channel on
You tube.
➢ Follow us on Facebook
✓ Page name : Digital Wave (
Link in Description Box)

3. input output instruction in c programming by digital wave

  • 1.
    Computer Programming in C Input-Output Instructionsin C By : Rahul Sharma Subscribe channel on YouTube Follow us on Facebook
  • 2.
    Input-Output Instruction in C Subscribeour YouTube channel Follow us on Facebook
  • 3.
    Input-Output Device ❑Standard InputOutput Device ➢ Keyboard is standard input device. ➢ Monitor is standard output device.
  • 4.
    Input-Output Instructions inC Language ❑Any Instruction that handle the screen(Monitor), or any Instruction that is used to print something on output screen is called Output Instruction. ❑Output Instruction is a statement in our program written by user, when it run than a message print on monitor, that instruction is called as Output Instruction . ❑Any Instruction that handle the Keyboard, or an Instruction that is used to input some information by the user is called as Input Instruction.
  • 5.
    Input-Output Instructions inC Language ❑printf() is a predefined function. ❑printf() is not a keyword. ❑ Printf() is a Output Instruction in C Programming. ❑The printf() function is used for output. It prints the given statement to the console. ❑printf() prints two types of message on console screen(output screen). ➢ Print text as we written. ➢ Print value of expression or value of variable
  • 6.
    Input-Output Instructions inC Language ❑The syntax of printf() function is given below: ✓ The format string can be %d (integer), %c (character), %s (string), %f (float) etc.
  • 7.
    Input-Output Instructions inC Language ❑scanf() is a predefined function. ❑scanf() is not a keyword. ❑scanf() is an Input Instructions. ❑The scanf() function is used to take inputs from user on console(output screen). ❑The syntax of scanf() function is given below: ✓ The format string can be %d (integer), %c (character), %s (string), %f (float) etc.
  • 8.
    Input-Output Instructions inC Language ❑getch() is a predefined function. ❑getch() is not a keyword. ❑getch() is an Input Instruction. ❑The getch() function is used to take inputs from user on console(output screen). ❑The syntax of scanf() function is given below: ✓ The format string can be %d (integer), %c (character), %s (string), %f (float) etc.
  • 9.
    Thank You ➢ ForDetailed understanding, Subscribe our channel on You tube. ➢ Follow us on Facebook ✓ Page name : Digital Wave ( Link in Description Box)