Adding char to string

I want to send string+id via serial.

Is serial.print() adding something at the end of the string?

Like serial.print(string);serial.print(id-48);
Is same as serial.print(stringwithid)? For the receiver side?