Computer Science, asked by sakethpenumarthy, 3 months ago

Write a C-Program to declare and initialize two integer numbers of your choice and find their sum.please say perfectly. I will mark you as brainliest ​

Answers

Answered by laharilalli83
1

Explanation:

{

#include<stdio. h

#include<conio. h

void main()

int x,y,sum;

x=10;

y=2;

sum=x+y;

printf("sum=ampersant d,sum");

return 0;

}

out put=12

Similar questions