QUESTION IMAGE
Question
what will be the output of the concatenation operation x and y, that is x + y?
x = \5\
y = \2\
7
52
\52\
error
Step1: Understand concatenation
Concatenation combines strings. Here \(x = "5"\) and \(y = "2"\) are strings.
Step2: Perform concatenation
When we concatenate \(x\) and \(y\) (i.e., \(x + y\)), we combine the characters. So \(x + y\) gives the string \( "52"\).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. "52"