This article is rated List-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||||||||||||||||||||||||||||
|
- include<stdio.h>
- include<conio.h>
Untitled
editmain() { int a,b,c; Printf("enter the two numbers a and b"); Scanf("%d%d,&a&b"); c=a+b; Printf("the addition of two numbers is,%d&c"); }