Examlex

Solved

Which One of the Following Statements Is Correct

question 75

Multiple Choice

Which one of the following statements is correct?


Definitions:

Bytes

A unit of digital information storage that typically consists of eight bits, representing a single character of text.

Grade

Typically refers to a score or level of achievement in an academic context, often quantified as letters (A, B, C) or percentages.

Address Operator

In programming, it is a unary operator (often denoted by &) that gives the address in memory of its operand.

Indirection Operator

An operator (*) in C and C++ that is used to obtain the value pointed to by a pointer variable.

Related Questions