An array name contains base address of the array. Can we
change the base address of the array?

Answers were Sorted based on User's Feedback



An array name contains base address of the array. Can we change the base address of the array?..

Answer / raja

No We cant change the base address of the array

Is This Answer Correct ?    19 Yes 1 No

An array name contains base address of the array. Can we change the base address of the array?..

Answer / sri

no , we cant change the base address.

Is This Answer Correct ?    7 Yes 0 No

An array name contains base address of the array. Can we change the base address of the array?..

Answer / 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

An array name contains base address of the array. Can we change the base address of the array?..

Answer / palani222samy

It's not possible , address is an default we can't change
that value

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More C Interview Questions

How to implement variable argument functions ?

1 Answers   HP,


swap two integer variables without using a third temporary variable?

6 Answers   Persistent,


discuss the steps needed to get a program from source code to executable in a system?

1 Answers  


a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none

0 Answers  


define switch statement?

6 Answers   CTS,






If we give two names then this displays the connection between the two people. It is nothing but flames game

1 Answers  


can we have joblib in a proc ?

0 Answers  


why we use "include" word before calling the header file. is there any special name for that include??????

1 Answers   TCS,


write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.

1 Answers  


write a addition of two no. program with out using printf,scanf,puts .

4 Answers  


`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


Categories