#include <stdio.h> #include <stdlib.h> int main() { int a = 100, b=25; result=a-b; return 0; }
Standard input is empty
prog.c: In function ‘main’: prog.c:7: error: ‘result’ undeclared (first use in this function) prog.c:7: error: (Each undeclared identifier is reported only once prog.c:7: error: for each function it appears in.)
Standard output is empty