What are the the fundamental operator from which all the desired operations can be performed. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are the the fundamental operator from which all the desired operations can be performed.

23rd Jun 2019, 3:44 AM
Gourav Kumar
Gourav Kumar - avatar
2 Answers
+ 3
Whoopsie noticed his language now😅 I included from as many languages as I know (or remember)
23rd Jun 2019, 3:59 AM
Trigger
Trigger - avatar
+ 2
* (multiplication) / (division) + (addition) - (subtraction) ** (exponentiation) = (assignment) == / === (equality) || (OR) && (AND) ~, |, ^, etc. (Bitwise operators)
23rd Jun 2019, 3:49 AM
Trigger
Trigger - avatar