The Asterisk Symbol in C
The Asterisk Symbol in C:
This symbol, in the C programming language, represents the multiplication operator. Multiplication, in C, is a binary [1]. multiplicative operation.
The asterisk symbol, in CSS, is termed ‘the universal selector.’ It targets all of the elements of an HTML 5 document, so as to apply the values of style properties thereto.
In SQL, the asterisk symbol represents "ALL".
[1]. As regards C programming, a ‘binary operation’ is an operation that takes two operands. This is not to be confused with binary or base-2 arithmetic.
Comments
Post a Comment