Predict the output 
#include <stdio.h>
int main()
{
 union JIT {
  int bk;
  int be;
 };

 union test random = 20;
 printf("%d, %d\n", var.bk, var.be);
}



Posted on by