Computer Science, asked by Ravitejamaroju6665, 7 months ago

BASIC program to print the sum of any three numbers

Answers

Answered by meeramousina
1

Explanation:

Explanation:int a=1,b=2,c=3;

printf("%d",(a+b+ c));

Mark as brainliest

Similar questions