long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

Answer Posted / jitender mahender

long int occupies 4 bytes in memory.

Is This Answer Correct ?    38 Yes 27 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

while initialization of array why we use a[][2] why not a[2][]...?

2082


Why do some versions of toupper act strangely if given an upper-case letter?

829


what is the difference between class and unio?

2092


What is the Purpose of 'extern' keyword in a function declaration?

846


Explain what is wrong with this program statement? Void = 10;

983


What is structure padding and packing in c?

801


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

794


What is the difference between far and near in c?

785


Differentiate between functions getch() and getche().

799


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

1024


what is the diffrenet bettwen HTTP and internet protocol

1582


What is difference between structure and union with example?

802


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

913


Tell me the use of bit field in c language?

823


Explain how can I make sure that my program is the only one accessing a file?

865