- What is the difference between (;) and (:)?
- What is difference between '/' and operator?
- Is it between A or B or A and B?
- What is the difference between -> and in R?
What is the difference between (;) and (:)?
What is the difference between (;) and (:)? Colons (:) are used in sentences to show that something is following, like a quotation, example, or list. Semicolons (;) are used to join two independent clauses, or two complete thoughts that could stand alone as complete sentences.
What is difference between '/' and operator?
Answer: These operators are arithmetic operators. They are used in mathematical expressions in many programming languages like python, java, C etc. / is known as division operator which performs division and % is known as modulus operator, it is used to find the remainder.
Is it between A or B or A and B?
“Between A or B” is just wrong, although it is becoming more common. “Between A and B” is correct whether it refers to a choice of two things, or a location between two other locations. “I lost my keys between my house and the zoo.”
What is the difference between -> and in R?
The operators <- and = assign into the environment in which they are evaluated. The operator <- can be used anywhere, whereas the operator = is only allowed at the top level (e.g., in the complete expression typed at the command prompt) or as one of the subexpressions in a braced list of expressions.