#include<stdio.h> main() { int i,j,n; for(i=1;1<n;i++) { for(j=1;j=<i;j++) { } } }
5
prog.c:3: warning: return type defaults to ‘int’ prog.c: In function ‘main’: prog.c:8: error: expected expression before ‘<’ token prog.c:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result
Standard output is empty