In Q4 and Q5 If "#include" and "void main(void)" are missing, reduce 2 points. One mistake about the usage of "if" and "for", reduce 2 points. One mistake about the usage of "=", reduce 5 points. If the same mistake repeats, just reduce points once. Q4 Assuming the scanf will sperate the two digits, reduce 16 points. If scanf("%c%c",&a,&b) is used correctly, reduce 16 points. Q5 #include void main(void) { int i,fibo0,fibo1,tmp; int m; printf("Input m"); scanf("%d",&m); fibo0=0; fibo1=1; printf("Fibonacci numbers:\n"); for(i=0,fibo0=0;fibo0