Structure in C Language - Quiz

  • As1 = &s2;
  • Bs1 = s2;
  • C(*s1).number = 10;
  • DNone of the mentioned
  • ASyntax Error
  • Bstructure
  • Cdouble data type
  • D An ordinary variable name
  • A Another structure
  • BFunction
  • CArray
  • DNone of the mentioned