Write a program in C in which given two integers N1 and N2, find their sum and store it as integer R code example
Example: addition of two numbers in c
int num1,num2;
printf("%d",num1+num2);
int num1,num2;
printf("%d",num1+num2);