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

When is a void pointer used?

0 Answers  


Lists the benefits of c programming language?

0 Answers  


wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


Why is structure important for a child?

0 Answers  


what is pointer

1 Answers   TCS,






What are data breakpoints?

3 Answers   Adobe,


#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?

3 Answers   Huawei,


program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.

3 Answers  


write a c program to accept a given integer value and print its value in words

4 Answers   Vernalis, Vernalis Systems,


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.

4 Answers  


Which is an example of a structural homology?

0 Answers  


Categories