Answer Posted / narender vadhava
in array like a[50];
[] = subscript caller
this subscript caller is use to increment the pointer of
variable or say offset of the variable not to increase the
value so we cant crate array of refrences.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does iomanip mean in c++?
what is multi-threading in C++?
Declare a class vehicle and make it an abstract data type.
Can static member variables be private?
What is c++ try block?
Which is the best c++ compiler?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
Who made c++?
Explain what are single and multiple inheritances in c++?
What is encapsulation in C++? Give an example.
What is the basic difference between C and C++?
Explain friend class?
Explain stack unwinding.
Difference between pass by value and pass by reference?