prog.c: In function ‘main’:
prog.c:6: warning: comparison between pointer and integer
prog.c:6: warning: comparison with string literal results in unspecified behavior
prog.c:6: warning: comparison between pointer and integer
prog.c:6: warning: comparison with string literal results in unspecified behavior
prog.c:9: error: ‘b’ undeclared (first use in this function)
prog.c:9: error: (Each undeclared identifier is reported only once
prog.c:9: error: for each function it appears in.)
prog.c:9: error: ‘d’ undeclared (first use in this function)
prog.c:15: error: ‘p’ undeclared (first use in this function)
prog.c:15: error: ‘q’ undeclared (first use in this function)
prog.c:21: error: ‘H’ undeclared (first use in this function)
prog.c:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result
prog.c:29: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result