Library Functions in c
Library Functions in c
MORE
ME (COMPUTER)
Lecturer
Department of Information Technology
https://reenamorersm.wordpress.com/
Email: reena.more@rsmpoly.org
UNIT IV Library functions in c
int main()
int n1,n2,sum;
scanf("%d %d",&n1,&n2);
printf("sum = %d",sum);
return 0;
int result;
result = a+b;