What will be the output?
#include <stdio.h>
 int main() 
         int a = 20 , b = 5 ; 
          printf("a & b = %d ", a & b);
          return 0;
}

Posted on by