Computer Science, asked by krs14, 15 hours ago

a reference operator which combines multiple references is:
a) :
b) ,
c) space​

Answers

Answered by SAJIDMOMIN
0

Explanation:

(Comma) Union Operator. This operator combines (as the word union suggests) two or more than two references into a single reference.

(space) Intersection Operator. This operator only gives reference to those cells which are common in two range arguments

Similar questions