viewing paste Unknown #5549 | C

Posted on the
1 2 3 4 5 6 7 8 9
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,c;
c=a+b;
printf("c=",&c);
getch();
}
Viewed 800 times, submitted by Guest.