Computer Science, asked by gitqchowdhary, 18 days ago

Write down the use of  “ \n ” , “ // ”   and   “ ; ” in C++ . ​

Answers

Answered by rukmanimeena07032002
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