Science, asked by harshsaxena2001, 6 months ago

The variable inside a structure is called a(n):
एक स्ट्रक्चर के अंदर के वेरियेबल को कहा जाता है
Select one:
O A. constituent.
constituent.
.
OB.associate.
associate.
C.member.
member.
OD.element. .
element.​

Answers

Answered by kumarim870092
1

Answer:

tha variable inside a structure is called member

Answered by utsrashmi014
0

The correct answer is member

Explanation

An organized group of data pieces is known as a structure.

A definition of a structure functions as a blueprint for that structure. It only describes how this structure type's variables will look; it doesn't use any store space itself.

A structural variable really has several data fields inside of it, similar to a box. Take a look at the concept of a student database. Multiple pieces of information are included in one student record (name, address, SSN, GPA, etc)

  • a structure's attributes:
  • multiple data types might be used for internal components.
  • Elements' placement is random (no indexing, like with arrays)
  • a fixed size determined by the sum of the sizes of the interior components

#SPJ3

Similar questions