Answer the question
In order to leave comments, you need to log in
How to print an empty string in c++?
In python, I write simply print()
And how to write the same thing in c ++
I tried (naturally inside main):
An error came out.
I also tried:
And again an error. And I tried again:
And again the error
std::cout << " ";
std::cout << "";
std::endl;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question