PHP Arithmetic Operators | How we use it - Hindi

Опубликовано: 13 Январь 2025
на канале: Poori Padhai
243
6

This video covers all PHP arithmetic operators like as addition, subtraction, multiplication, Division, Modulus and Exponentiation.

Addition $x + $y Sum of $x and $y
Subtraction $x - $y Difference of $x and $y
Multiplication $x * $y Product of $x and $y
/ Division $x / $y Quotient of $x and $y
% Modulus $x % $y Remainder of $x divided by $y
** Exponentiation $x ** $y Result of raising $x to the $y'th power

How to use PHP Arithmetic Operators
Why we use PHP Arithmetic Operators


#PHP
#PHPArithmeticOperators
#PHPinHindi
#PHPTutorial

Facebook -   / pooripadhai  
Twitter -   / pooripadhai  
Pooripadhai - https://pooripadhai.com/