what do you understand by the basic input or output statement in the "C" programing language?

What do you mean by Basic input and output statement in “C” Programing language?

Basic Input statement

The input statement 

The input statement is a line for compiling that takes input into the program value to the variable of program such as global variables or local variable. The input statement is necessary to include in the program because the input statement "scanf" takes some value which is given by the user on the program output interface and during the output interface the program will asks to the user to write or type a value after the statement of asking to type value for variable to calculate it. Then after the typing the value of variable it is taken by the input statement.

  • The basic input statement is in the programing language uses to store the value of the variable in main memory.
input statement in program
  • The function of input value which is stores in a variable in the statement of the program in a different type according to their data type such as char, int, float etc.
  • The format of the input function in the programing statement is “scanf();”.

Basic output statement

  • The basic output statement is in the programing language uses to print the value of the variable on the output device.
output statement in program
  • The functions of the output value of the variable to print in a different way according to their data type of the variable such as char, int, float etc.
  • The format of the output function in the programing statement is “printf();”.

Comments

Popular posts from this blog

The basic model of computation and process of computing the problem in the basic of model of computation

Let us discuss about a simple constant program in “C” language

Write a program to find the value of fahrenheit from degree celsius in programming C languages? Introduction to the program of finding value fahrenheit from degree celsius using dynamic variable values topics covered following below What is the interface of a program of finding the value of fahrenheit from degree celsius in C language? Which data type can you use in the program of finding values of fahrenheit from degree celsius? What output statement has been used in the program of finding values of fahrenheit from degree celsius? What input statement has been used in the program of finding values of fahrenheit from degree celsius? How does the program work for finding values of fahrenheit from degree celsius? How do you understand the equation has been used in the program of finding values of fahrenheit from degree celsius? How do you understand the output of the program of finding the values of fahrenheit from degree celsius?

What do you understand by the program structure in "C" Programming language?

Write a program using the equation z is equal to x is divided by y with dynamic variable value in C language

What do you understand by the Operators in "C" programing language?

How to write a program using case sensitive variables with a new equation of adding three variables then divided by two?

What do you understand by the variable in the "C" programing language?

State the Differences between the Testing of a program and Debugging of a program in programing language?

what do you understand by the algorithm?