Why is this happening?
When i am programing for 50 + 60,the result is always this weird number
It was working fine for the last two days.
Please help
You should look at your print statement.... This does not look like it should be like that...
Just for your information: This forum does not give general programming advice. This is specific for codeblocks only. Read the rules of this forum for more information...
Unless you disabled compiler warnings, you likely got one that will point out the problem in this specific instance. Going in and enabling all warnings (Settings>Compiler>Compiler flags tab>Enable all common compiler warnings) is helpful and something I always use.