Untitled
unknown
plain_text
a year ago
231 B
6
Indexable
#include<stdio.h> void main() { int a,b; printf("Enter First Digit : \n"); scanf("%d",&a); printf("Enter Second Digit : \n"); scanf("%d",&b); printf("Addition of %d & %d : %d ",a,b,a+b); }
Editor is loading...
Leave a Comment