This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Print data to console

What shall I do to print some data to console window?

I included <stdio.h> and try printf("ABC").

But there is no printout in Console window.