Computer Science, asked by rajusingh3064, 10 months ago

C program to add Two numbers​

Answers

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

Answered by sujalpatel313131
0

Answer in the image please mark as BRAINIEST

Attachments:
Similar questions