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


Please Help Members By Posting Answers For Below Questions

What is the explanation for modular programming?

686


Explain how are 16- and 32-bit numbers stored?

783


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

657


How does #define work?

647


What is action and transformation in spark?

597






Where are some collections of useful code fragments and examples?

716


What is the difference between text files and binary files?

677


Explain enumerated types in c language?

606


How to delete a node from linked list w/o using collectons?

2089


write a program to copy the string using switch case?

2401


How to write c functions that modify head pointer of a linked list?

545


regarding pointers concept

1575


What is the significance of c program algorithms?

682


Why malloc is faster than calloc?

592


Explain what is the difference between functions abs() and fabs()?

621