Library Functions in c
Library Functions in c
MORE
ME (COMPUTER)
Lecturer
Department of Information Technology
https://reenamorersm.wordpress.com/
Email: [email protected]
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;