#include main() { int b; int j; b=1; for (j=0;b;j++) b=b<<1; printf("\nJ=%d\n",j); }