Skip to content

c add of two integers; #2

@akenapej

Description

@akenapej

#include<stdio.h>
int main{
int a,b,c;
printf("Enter the first number:\n);
scanf("%d",&a);
printf("Enter the second number:\n);
scanf("%d",&b);
c=a+b;
printf("sum= %d", c);
return 0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions