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...


. Consider the following program
main()
{
int a[5]={1,3,6,7,0};
int *b;
b=&a[2];
}
The value of b[-1] is
(A) 1 (B) 3 (C) -6 (D) none

Answers were Sorted based on User's Feedback



. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The v..

Answer / gagan

answer is 3
bcz b[0]=6 so b[-1]=3

Is This Answer Correct ?    23 Yes 6 No

. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The v..

Answer / sujay

I think the answer is none
bcoz b is a pointer var so, it points to an ad location
the answer is not any of the given options

Is This Answer Correct ?    8 Yes 2 No

. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The v..

Answer / veerendra

here b is an pointer. u r askng the value stored in a b's
array of -1....pointer may not be array here..

Is This Answer Correct ?    5 Yes 1 No

. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The v..

Answer / sandip talukder

answer is(B). coz b holds d adrs ofa[2].so b[0]is 6. thats
why b[-1] is 3.

Is This Answer Correct ?    5 Yes 1 No

. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The v..

Answer / megh singh rana

HERE address of location a[2] assined to b .now b stre this
data in o location as b[0],so b[-1] is the value immediate
before b[0]( 6) is 3,thats why answer of b[-1] is 3,

Is This Answer Correct ?    5 Yes 1 No

. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The v..

Answer / bipin chandra sai.s

ans is none,bcoz b has been assigned address &[2],but it
has been asked that ans for b[-1],so the location -1 is not
there,we have locations from 0,1,2,3..,so none is the ans

Is This Answer Correct ?    4 Yes 2 No

. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The v..

Answer / cvramana.reddy10

please answer it with reason..

Is This Answer Correct ?    5 Yes 4 No

. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The v..

Answer / kupendiran

3

Is This Answer Correct ?    1 Yes 0 No

. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The v..

Answer / harichandana

a[2] value is assigned to b i.e a[2] element value 6 is stored in b[0].now b[-1] means element before 6 i.e 3....thus b[-1] is 3

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain

3 Answers   TCS,


Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4

3 Answers  


int x=sizeof(!5.856); What will value of variable x?

2 Answers  


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


What is NULL pointer?

0 Answers   Infosys,


What does c value mean?

0 Answers  


What is c++ used for today?

0 Answers  


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

0 Answers   Infosys,


Is printf a keyword?

0 Answers  


What is call by reference in functions?

1 Answers  


how could explain about job profile

0 Answers  


What does s c mean on snapchat?

0 Answers  


Categories