#include #include void main() { int a,b,c; c=a+b; printf("c=",&c); getch(); }