Operands Flashcards
Expression or value on which an operator acts or works
Operands
The number in an equation
Operands
With storage space with allocated memory cell to it.
Variable
A place holder or an empty box
Variable
Variable that is cannot be modified
Constant
Fixed values are also called literals
Constant
This are the two ways to store data
Input/Output Operations
Instruction that displays
information stored in memory
Output Operations
Instruction that copies data
from an input device into memory
Input Operation
One of the main output or most common
output function in C program
printf()
This function sends formatted output to
the screen or console
printf()
If printf() is for output, this is for input.
scanf()
This function is one of the most commonly
used input function to take input from the user.
scanf()