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
Is c++ still being used?
What is java and c++?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
What is fixed in c++?
Is vector a class in c++?
Which operations are permitted on pointers?
What is difference between n and endl in c++?
What is bubble sort c++?
Which programming language's unsatisfactory performance led to the discovery of c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Explain the concept of memory leak?
What is the C-style character string?
Explain how overloading takes place in c++?
What is const pointer and const reference?
What is virtual destructor? What is its use?