Skip to content

Hi#3

Open
debashish4671 wants to merge 6 commits intoWebdev4044:masterfrom
Lipsa-Chinmayee-Hota:master
Open

Hi#3
debashish4671 wants to merge 6 commits intoWebdev4044:masterfrom
Lipsa-Chinmayee-Hota:master

Conversation

@debashish4671
Copy link

#include<stdio.h>
int main() {
int a, b, sum;
printf("\nEnter two no: ");
scanf("%d %d", &a, &b);
sum = a + b;
printf("Sum : %d", sum);
return(0);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants