Computer Science, asked by abhishekgupta150979, 4 months ago

____ operator works on text ​

Answers

Answered by BoldStyle
26

TEXT operators works on text .

Answered by aditijaink283
0

Answer:

The answer to the given question is:

Text Operator

Explanation:

You can use text operators to combine two or more text elements into one larger element, assign text constants to formulas, format formula results, or represent special characters in formulas.

& Concatenate: Appends the text string on the right to the end of the text string on the left. A text string can be a field, a quoted constant, or a defined function.

" " Text Constant: Marks the start and end of a character that is considered a text constant. Quotation marks with no text between them indicate empty values ​​(no text).

\ Backslash: Indicates an operator character to be used as a character in place of the operator.

¶ Carriage Return: Inserts a short carriage return into the result of a formula.

/* */ C-style comments: Marks the beginning and end of a character in a formula that should be treated as a text comment.

// C++-style comments: Identifies single-line comments in formulas.

${ } Reserved Name: Identifies reserved function names and keywords used as field names and table names.

#SPJ2

Similar questions