Author Topic: No output in the console  (Read 2961 times)

Offline newcoder007

  • Multiple posting newcomer
  • *
  • Posts: 11
No output in the console
« on: November 12, 2020, 04:45:41 pm »
If you look at my code in the attachment.
Why can't I see any output in the console?


Thanks

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: No output in the console
« Reply #1 on: November 12, 2020, 07:09:26 pm »
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.