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 are c++ stream classes?
Why do we use vector in c++?
Which bit wise operator is suitable for putting on a particular bit in a number?
What is the use of setprecision in c++?
What is double in c++?
Explain the advantages of using friend classes.
Why do we use the using declaration?
What is a volatile variable in c++?
What is implicit conversion/coercion in c++?
What is an operator in c++?
Where must the declaration of a friend function appear?
What is object file? How can you access object file?
write a porgram in c++ that reads an integer and print the biggest digit in the number
Explain what are the sizes and ranges of the basic c++ data types?
Which format specifier is used for printing a pointer value?