Write down the use of “ \n ” , “ // ” and “ ; ” in C++ .
Answers
Answered by
1
Explanation:
' \n' is known as newline operator and it is used to print output in next or new line.
' ; ' is known as statment terminator and used to terminate statments when we give input to compiler.
Similar questions