prog.c:3: warning: return type defaults to ‘int’
prog.c: In function ‘main’:
prog.c:4: error: array size missing in ‘arr’
prog.c:8: warning: assignment from incompatible pointer type
prog.c:14:15: warning: multi-character character constant
prog.c:14: error: lvalue required as left operand of assignment
prog.c:18: error: expected ‘;’ before ‘}’ token
prog.c:11: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result