#include void main() { int a = 10; int b = 20; int c = a + b; printf("%d\n",&c); }