Computer Science, asked by rajusingh3064, 10 months ago

C program to add Two numbers​

Answers

Answered by sujalpatel313131
0

answer in the image

Please mark as BRAINIEST

Attachments:
Answered by MRsteveAustiN
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