News

int num1, num2, sum; printf("Tap 2 in length: "); scanf("%d %d", &num1, &num2); // total 2 so sum = num1 + num2; printf("The sum of 2 %d and %d is %d", num1, num2 ...
C is a powerful programmin language but there is shortcoming , and one of it is in mathematics operation c can not deal with very large numbers so this program can add two huge numbers by given as ...