Computer Science, asked by manjumanojchauhan1, 1 month ago

define record in computer​

Answers

Answered by shefalibarik43
1

Answer:

A record is a data structure that groups together related items of data. These are slightly more complex than arrays as you can store more than one type of data together. For example, with a game, it could be useful to set up a data structure which collects a player's login and their score in one structure.

Similar questions