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

What is #define used for in c?

0 Answers  


What are the advantages of using Unions?

0 Answers   IBS,


how do you execute a c program in unix.

0 Answers  


How to set file pointer to beginning c?

0 Answers  


What is the explanation for cyclic nature of data types in c?

0 Answers  


How can I write functions that take a variable number of arguments?

0 Answers  


there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


How do you list files in a directory?

0 Answers  


Explain how do you use a pointer to a function?

0 Answers  


Where are c variables stored in memory?

0 Answers  


Explain the difference between malloc() and calloc() function?

0 Answers  


praagnovation

0 Answers  


Categories