answersLogoWhite

0

Structures can be defined as a tool for handling a group of logically related data items. They are user-defined and provide a method for packing together data of different types.

Structure Student

'declaring a structure named Student

Dim StudentId As Integer

Dim StudentName As String

'declaring two fields of different data types in the structure

End Structure

Best Regards

Nikhil Soni

User Avatar

Wiki User

14y ago

What else can I help you with?