Structure in C Language - Quiz

  • A struct temp{}s;
    main(){}
  • B struct temp{};
    struct temp s;
    main(){}
  • C struct temp s;
    struct temp{};
    main(){}
  • D None of the mentioned
  • A string
  • B structures
  • C char
  • D all of the mentioned
  • A Syntax Error
  • B structure
  • C double data type
  • D An ordinary variable name
  • A Another structure
  • B Function
  • C Array
  • D None of the mentioned