#include <stdio.h> void main () { static a, b; while (a > b ++) }
What will be the value of a and b on the execution of above program?
Answer & Explanation Option: [A]