#include int a = 5; int b = 10; void main() { printf("Addition %d",a+b); }