0
asterisk
what is asterisk
3 Réponses
+ 2
*. The star. Shift 8 on a keyboard. In programming it denotes multiplication. ** denotes to the power of. 2**3 is 2 to the 3rd power or 8. 2*3 = 6.
+ 2
C++: reference/pointer variable, dereference, multiplication, part of multiline comment
Python: ** is the exponential operator, symbol can mean 'all'
0
in SQL mean "all"