Program to find Sum of Two numbers January 01, 2018 Programing In C No comments #include<conio.h> #include<stdio.h> void main() { int c,a,b; clrscr(); printf("Enter the value of a and b"); scanf("%d%d",sa,sb); c=a+b; printf("%d",c); getch(); } Output Enter the value of a and b=3,5 8 Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment