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

What is the memory allocated by the following definition ?
int (*x)[10];

Answer Posted / chris_sreekanth

20 bytes

Is This Answer Correct ?    13 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the array representation of a binary tree in C.

1287


What is the difference between procedural and functional programming?

1137


Why c is known as a mother language?

1135


Explain about block scope in c?

1149


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

2356


Can we assign integer value to char in c?

1343


How can I list all of the predefined identifiers?

1035


What is the difference between arrays and pointers?

1177


What is function definition in c?

1120


Can you apply link and association interchangeably?

1180


Describe the header file and its usage in c programming?

1111


What is dangling pointer in c?

1339


What is the role of && operator in a program code?

1134


Write a program to print all permutations of a given string.

1237


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

2369