Computer Science, asked by punnurajdulara, 10 days ago

which of the following symbol is used for concatenation of strings option :- a.) Ampersand b.) Dollar c.) Equal to d.) ALL of above ​

Answers

Answered by Anonymous
5

Answer:

High blood pressure, also called hypertension, is blood pressure that is higher than normal. Your blood pressure changes throughout the day based on your activities. Having blood pressure measures consistently above normal may result in a diagnosis of high blood pressure (or hypertension).

Answered by Jasleen0599
1

Option A) Ampersand

  • The suggested concatenation operator is the & sign. It is used to combine multiple string variables into a single string by joining two or more separate strings together.
  • Utilizing the ampersand letter as the concatenation operator is the simplest method. For instance, using the formula =B5&D5, I can combine Susan and Brown. The names are not separated by a space, as you can see. You must include any necessary punctuation or white space in your formula as "literal text."
  • The act of joining one string to the end of another string is known as concatenation. Strings can be joined together by using the + operator. Concatenation for string literals and string constants happens at compile time; there is no concatenation at run time. Concatenation for string variables only happens during execution.
  • String concatenation is the process of merging character strings end to end in formal language theory and computer programming. For instance, "snowball" is the result of adding the words "snow" and "ball." String concatenation is a basic idea in some formalizations of concatenation theory, often known as string theory.

#SPJ2

Similar questions