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

main()
{
int x, arr[8]={11,22,33,44,55,66,77,88};
x=(arr+2)[3];
printf(ā€œ%dā€,x);
}

Answer Posted / priya

i want answer for this

Is This Answer Correct ?    17 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

1343


Why & is used in scanf in c?

1150


What is masking?

1215


How are Structure passing and returning implemented by the complier?

1231


Which built-in library function can be used to match a patter from the string?

1352


Tell me what is null pointer in c?

1133


In a switch statement, explain what will happen if a break statement is omitted?

1128


How do you define a function?

1079


Why is c fast?

1123


What is f'n in math?

1142


Is c is a middle level language?

1126


Explain the priority queues?

1141


Explain what are header files and explain what are its uses in c programming?

1206


What is clrscr ()?

1175


what are bit fields in c?

1828