write a program in the basics to add three numbers
Answers
Answered by
7
Answer:
Addition of three numbers using function in C
#include <stdio.h>
#include <conio.h>
sum(int,int,int);
void main()
int a,b,c,d;
printf("\nACCEPT VALUE FOR a,b,c:\n");
scanf("%d %d %d",&a,&b,&c);
d=sum(a,b,c);
Explanation:
PLS FOLLOW ME GUYS
Answered by
1
Answer:
please follow me guys...
Similar questions
Hindi,
3 months ago
Math,
3 months ago
English,
8 months ago
Math,
1 year ago
Social Sciences,
1 year ago