Jumat, 09 Desember 2016

What are the basic operators in C programming

An operator is a symbol that tells a computer to perform certain mathematical or logical operations. Operators are used in programs to manipulate data and variables. Operators are usually a part of the mathematical or logical expressions. Generally the usage of an operator is as shown below: In the above format, operand1 and operand2 can be either data or variables or expressions. Op is the operator. In C, based on the number of operands on which an operator can operate, the operators are divided into three types namely: unary, binary and ternary. Unary operators work on single operand, binary operators

The post What are the basic operators in C programming appeared first on Coding Security.


What are the basic operators in C programming
read more

Tidak ada komentar:

Posting Komentar