Suppose int multi 5 10 when we are using multi it means-03147
Suppose int multi[5][10]; when we are using **multi, it means
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.6.
Suppose int multi[5][10]; when we are using **multi, it means
Single dereferencing
Single referencing
Double referencing
Double dereferencing