InterviewSolution
tion:#include int MAIN() { int a, b, sum; printf("\nEnter two no: "); SCANF("%d %d", &a, &b); sum = a + b; printf("Sum : %d", sum); RETURN(0);}
Your experience on this site will be improved by allowing cookies. Read Cookie Policy