int main(void)
{
  str.a[0] = ‘B’;
  str.a[1] = ‘a’;
  str.a[2] = ‘d’;
  str.a[3] = ‘\0’;

  str.b = “Good”;