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

struct tag{
auto int x;
static int y;
};main()
{
struct tag s;
s.x=4;
s.y=5;
printf(ā€œ%dā€,s.x);
}

Answer Posted / prasha patel

4

Is This Answer Correct ?    6 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What would happen to X in this expression: X += 15; (assuming the value of X is 5)

2025


Can we increase size of array in c?

1016


What is a floating point in c?

1127


pierrot's divisor program using c or c++ code

2286


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

1258


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

2409


What is type qualifiers?

1193


What is a shell structure examples?

1155


Why should I prototype a function?

1253


Why is #define used?

1337


When was c language developed?

1260


What is n in c?

1114


What is p in text message?

1039


What is pointer to pointer in c language?

1213


What is the explanation for cyclic nature of data types in c?

1265