News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

No output in the console

Started by newcoder007, November 12, 2020, 04:45:41 PM

Previous topic - Next topic

newcoder007

If you look at my code in the attachment.
Why can't I see any output in the console?


Thanks

Miguel Gimenez

You can't use printf(x) this way :o, your program crashes when executing it. Read about printf usage and if you have more questions ask in a forum where basic C is on-topic.

Also, don't post images where a code tag would be enough.