Header Ads

Source Code!

C Programming, Addition Source Code:

#include <stdio.h>

void main( ) {
   int a , b , total;
   a = 5 , b = 5;
   total = a + b;
   printf("Total is : %d", total);
} 
 
C Programming Source Code
ict link. Powered by Blogger.