Help me in solving SYNMCQ5 problem

My issue

not able to understand the usage of inverted commas for the variable “to” here

Learning course: Learn C++
Problem Link: CodeChef: Practical coding for everyone

@harshpawar1456
in C++ we use “” to print the strings and use ‘’ to print a character.