News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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.