Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/check/file/sec_a/
Upload File :
Current File : /var/www/html/venkat/check/file/sec_a/2.c

#include <stdio.h>
int main()
{
int add(int a, int b, int x)
x = a+b;

int sub(int a,int b, int y)
y = a-b;
return 0;
}