#include<stdio.h>
#include<conio.h.>
int main()
{
int a, b, sum;
a=5;
b=6;
sum=a+b;
printf("sum=%d",sum);
getch();
return 0;
}
To run:
Output:
#include<stdio.h>
#include<conio.h.>
int main()
{
int a, b, sum;
a=5;
b=6;
sum=a+b;
printf("sum=%d",sum);
getch();
return 0;
}
To run:
Output:
Copyright (c) 2020 The Engineer's Choice All Rights Reserved
No comments:
Post a Comment
theengineerschoice01@gmail.com