add two intergers using commandline and scan by taking 2 inputs during runtime and print only the output without any strings code example
Example: addition of two numbers in c
int num1,num2;
printf("%d",num1+num2);
int num1,num2;
printf("%d",num1+num2);