News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

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.