Get Answers to all your Questions

header-bg qa

How to print it in c ++

Answers (1)

best_answer

cout object is used in addition with << in order to print in C++. 

cout << "This is to print";

Posted by

Deependra Verma

View full answer