C program to add Two numbers
Answers
Answered by
0
Answer:
#include <stdio.h>
void main()
{
int i=3,j=7,k; /* Variables Defining and
Assign values */ k=i+j;
printf("sum of two numbers is %d\n", k);
}
SteVe
Answered by
0
Answer in the image please mark as BRAINIEST
Attachments:
Similar questions
Science,
5 months ago
Math,
5 months ago
Computer Science,
11 months ago
English,
11 months ago
Math,
1 year ago