Examlex

Solved

Which of the Following Is Correct

question 308

Multiple Choice

Which of the following is correct?


Definitions:

Bytes

Units of digital information storage typically consisting of 8 bits, used to represent a character of data.

Subscript

An index or position number that identifies an element within an array or a character within a string.

Programmer

An individual who writes, tests, debugs, and maintains the source code of computer programs.

Pointer Expression

An expression that produces the address of a variable or a memory location, often used in languages like C and C++ for direct memory access.

Related Questions