Computer Science, asked by mohdawais725, 1 month ago

The dot operator ( . ) is used to access the members of a structure.

true are false ?

Answers

Answered by Amanchand142
4

Hello mate here is your answer

The . (dot) operator is used to access class, structure, or union members. The member is specified by a postfix expression

so the answer is true.

hope it helps you and mark me as brainliest

Answered by niverajesh2020
2

Answer:

True

Mark me as Brainliest

Explanation:

  • The . (dot) operator is used to access class, structure, or union members.
  • The member is specified by a postfix expression, followed by a .

Extra Information:

  • Dot operator is used to access an element in struct.
  • But, if there is an array of structs then also we can use dot operator to access elements from each struct present in array.
Similar questions