C program to add Two numbers
Answers
Answered by
0
answer in the image
Please mark as BRAINIEST
Attachments:
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
Similar questions
Chemistry,
6 months ago
Math,
6 months ago
Science,
6 months ago
Social Sciences,
1 year ago
Math,
1 year ago