Single | or & Vs Double || or &&
S.No | Single | or & | Double || or && |
1 | Bitwise Comparison. | Logical Comparison. |
-->
S.No | Single | or & | Double || or && |
1 | Bitwise Comparison. | Logical Comparison. |
S.No | Fix | Int |
1 | Fix returns the first negative integer greater than or equal to Provided number. | Int return the first negative integer less than or equal to Provided number. |
S.No | Function | Sub |
1 | Return Values. | Does Not Return Values. |
S.No | Mid Function | Mid Statement |
1 | Returns the Character. | Replace the Character. |