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

Can you explain how ans is 33

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Linked lists -- can you tell me how to check whether a linked list is circular?

1135


Why main function is special give two reasons?

1607


What are # preprocessor operator in c?

1172


What are two dimensional arrays alternatively called as?

1247


What are header files in c?

1123


how to find binary of number?

4543


What is data structure in c and its types?

1115


Explain what are global variables and explain how do you declare them?

1235


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

2121


Explain what will the preprocessor do for a program?

1113


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

1295


What is quick sort in c?

1163


Which control loop is recommended if you have to execute set of statements for fixed number of times?

1413


When should volatile modifier be used?

1077


How to draw the flowchart for structure programs?

9397