/data/data/com.n0n3m4.droidc/files/temp.c: In function 'main':
/data/data/com.n0n3m4.droidc/files/temp.c:4:6: warning: assignment makes integer from pointer without a cast [enabled by default]
a=9;m=&a;
^
/data/data/com.n0n3m4.droidc/files/temp.c:6:1: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
printf ("%d
",b,m);
^
/data/data/com.n0n3m4.droidc/files/temp.c:7:1: error: 'emp' undeclared (first use in this function)
emp . a=123.12;
^
compilation terminated due to -Wfatal-errors.