Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 strcpy() function?

0 Answers  


Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?

2 Answers   Accenture,


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


Can we access the array using a pointer in c language?

0 Answers  


Why is malloc used?

1 Answers  


a value that does not change during program execution a) variabe b) argument c) parameter d) none

0 Answers  


Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

3 Answers   Qualcomm,


What is a #include preprocessor?

0 Answers  


what is the difference b/w NULL and null?

3 Answers   HSBC, IBM,


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


how can i get this by using for loop? * ** * **** * ******

3 Answers   Excel,


How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran

0 Answers  


Categories