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 / neha

66

Is This Answer Correct ?    26 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is s in c?

1099


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

2135


Explain what is meant by high-order and low-order bytes?

1095


Find MAXIMUM of three distinct integers using a single C statement

1120


explain what is an endless loop?

1150


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

2244


What's the best way of making my program efficient?

1154


Which is best linux os?

1083


Is it acceptable to declare/define a variable in a c header?

1183


Why static is used in c?

1149


Explain what is wrong with this program statement?

1160


What are operators in c?

1077


When should we use pointers in a c program?

1201


Which is better malloc or calloc?

1163


Why is this loop always executing once?

1111