C chaitu New member Jun 14, 2009 #1 using this code i couldn't get the required output please help me: struct a{ int x; float y; char c[10]; } union b{ int x; float y; char c[10]; }
using this code i couldn't get the required output please help me: struct a{ int x; float y; char c[10]; } union b{ int x; float y; char c[10]; }