How many times the printf statement within the while loop will be executed?
int x=1; while(x=0) printf("hello");