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

find the size of structure without using the size of function

Answer Posted / vinay

struct abc
{
-------------
--------------
-------------
};

struct abc arr[2];
difference btw arr[2] and arr[1]

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

plz let me know how to become a telecom protocol tester. thank you.

2243


show how link list can be used to repersent the following polynomial i) 5x+2

2402


Give basis knowledge of web designing ...

2062


What do you mean by dynamic memory allocation in c?

1154


What does c mean before a date?

1234


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2500


How can I manipulate strings of multibyte characters?

1159


How can I change the size of the dynamically allocated array?

1209


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

1241


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

1087


What are pragmas and what are they good for?

1060


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

1307


how to construct a simulator keeping the logical boolean gates in c

2308


Differentiate Source Codes from Object Codes

1666


Explain how do you override a defined macro?

1139