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

let's take a code

struct FAQ
{
int a;
char b;
float c;
double d;
int a[10];
}*temp;

now explain me how the memory will be allocated for the
structure FAQ and what address will be in the structure
pointer (temp)....................

Answer Posted / vignesh1988i

see from the above code i want wat address will get stored in the structure pointer temp??????????????

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sizeof int?

1150


Can include files be nested? How many levels deep can include files be nested?

1199


Write a Program to accept different goods with the number, price and date of purchase and display them

6296


Differentiate call by value and call by reference?

1023


Why do we write return 0 in c?

1125


In which layer of the network datastructure format change is done

1940


How can I find the modification date of a file?

1335


What are the types of arrays in c?

1235


What is volatile, register definition in C

1144


Where local variables are stored in c?

1045


What are the advantages of external class?

1118


What is the purpose of sprintf?

1201


Write a c program to demonstrate character and string constants?

2243


What is the correct declaration of main?

1261


What is array in C

1208