⟩ Tell me do we have a String primitive data type in C++?
No, it’s a class from STL (Standard template library).
No, it’s a class from STL (Standard template library).
What are References in C++?
Can you please explain the difference between pass by value and pass by reference?
What is a local reference?
What is reference variable?
What means pass by pointer?
What means pass by reference?
What means pass by value?
Which reference modifier is used to define reference variable? a) & b) $ c) # d) none of the mentioned
What does a reference provide? a) Alternate name for the class b) Alternate name for the variable c) Alternate name for the pointer d) none of the mentioned
Identify the correct sentence regarding inequality between reference and pointer. a) we can not create the array of reference. b) we can create the Array of reference. c) we can use reference to reference. d) none of the mentioned