An operator is used one or more variables value and find another value.
Example
$a=5; $b=4; $c=$a+$b; // + is operator echo $c;
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.