Computer Science, asked by priyankadimri90, 2 months ago

3. What is the use of '*' operator in string manipulation?​

Answers

Answered by ShreyanChongder5757
2

Answer:

The * operator can be used to repeat the string for a given number of times. Writing two string literals together also concatenates them like + operator. If we want to concatenate strings in different lines, we can use parentheses.

Answered by lovely84lovely84
0

Answer:

The "*" operator can be used to repeat the no. of times given

Similar questions