x='Hi' y='Everybody' z='Hello' The value of z should be "Hi Everyone Hello" Which of the below options can be used to generate this?
catt(' ',x,y,z)
cat(' ',x,y,z)
catx(' ',x,y,z)
x||y||z