#include <stdio.h> union Test { double n1; int n2[10]; char n; }t;
40
Previous Question Next Question
Your comments will be displayed only after manual approval.