Download - Code

Transcript
Page 1: Code

code

Page 2: Code

• #include<stdio.h>• #include<conio.h>• Void main()• {• Int a=9,b=-1;• Printf(“%d%d=%d”,a,b,a+b);• }


Top Related