Program Questions:

Programs:

Programs:

Programs:

Programs:

Programs:

#include <stdio.h>
int main() {
    int a = 5;
    printf("%d %d %d", a, a++, ++a);
    return 0;
}

Focus on:

If you have less time, focus on these: