An array name contains base address of the array. Can we
change the base address of the array?
Answer Posted / sandeep rehlan
Not, we cann'e base change the base address of the array
because base address is a constant value.
like
int const i=5;
i++;
in this case i cann't be incremented. So, the base address
cann't be incremented.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is memory leak in c?
What is data types?
What do you mean by a sequential access file?
What is string function c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Is c programming hard?
Combinations of fibanocci prime series
Explain what are run-time errors?
How do you define CONSTANT in C?
Do you know the use of 'auto' keyword?
What is structure of c program?
What is character set?
What does nil mean in c?
What is pointer to pointer in c with example?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?