Computer Science, asked by Pilwanpoorna, 2 months ago

explain the operations performed on primitive data structure

Answers

Answered by athamadaswp
5

Answer:

Primitive operations are basic computations performed by an algorithm. Examples are evaluating an expression, assigning a value to a variable, indexing into an array, calling a method, returning from a method, etc. They are easily identifiable from the programming language.

Explanation:

Similar questions