logo

CuriousTab

CuriousTab

Discussion


Home C Programming Structures, Unions, Enums Comments

  • Question
  • The '.' operator can be used access structure elements using a structure variable.


  • Options
  • A. True
  • B. False

  • Correct Answer
  • True 


  • Structures, Unions, Enums problems


    Search Results


    • 1. Which of the following statement is True?

    • Options
    • A. User has to explicitly define the numeric value of enumerations
    • B. User has a control over the size of enumeration variables.
    • C. Enumeration can have an effect local to the block, if desired
    • D. Enumerations have a global effect throughout the file.
    • Discuss
    • 2. The '->' operator can be used to access structures elements using a pointer to a structure variable only

    • Options
    • A. True
    • B. False
    • Discuss
    • 3. Union elements can be of different sizes.

    • Options
    • A. True
    • B. False
    • Discuss
    • 4. A structure can be nested inside another structure.

    • Options
    • A. True
    • B. False
    • Discuss
    • 5. Nested unions are allowed

    • Options
    • A. True
    • B. False
    • Discuss
    • 6. A union cannot be nested in a structure

    • Options
    • A. True
    • B. False
    • Discuss
    • 7. Bit fields CANNOT be used in union.

    • Options
    • A. True
    • B. False
    • Discuss
    • 8. one of elements of a structure can be a pointer to the same structure.

    • Options
    • A. True
    • B. False
    • Discuss
    • 9. A structure can contain similar or dissimilar elements

    • Options
    • A. True
    • B. False
    • Discuss
    • 10. It is not possible to create an array of pointer to structures.

    • Options
    • A. True
    • B. False
    • Discuss


    Comments

    There are no comments.

Enter a new Comment