Skip to content

Opening book details…

Can I read #Include Int Main (Int A 50, B 30, C C B-A A A+c B A-C Printf ("New No Is %d,%d",a, B) Return 0 ) on EtoBox?

#Include Int Main (Int A 50, B 30, C C B-A A A+c B A-C Printf ("New No Is %d,%d",a, B) Return 0 ) by Avijeet Kumar is a document available to read on EtoBox.

What is #Include Int Main (Int A 50, B 30, C C B-A A A+c B A-C Printf ("New No Is %d,%d",a, B) Return 0 ) about?

This C program declares two integer variables a and b and initializes them to 50 and 30. It then declares a third variable c, sets it to b - a which is 30 - 50 = -20, adds c to a so a becomes 50 + -20 = 30, and subtracts c from b so b becomes 30 - -20 = 50. It prints the new values of a and b.

Author
Avijeet Kumar
Language
EN