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
while initialization of array why we use a[][2] why not a[2][]...?
Why do some versions of toupper act strangely if given an upper-case letter?
what is the difference between class and unio?
What is the Purpose of 'extern' keyword in a function declaration?
Explain what is wrong with this program statement? Void = 10;
What is structure padding and packing in c?
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
What is the difference between far and near in c?
Differentiate between functions getch() and getche().
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 ?
what is the diffrenet bettwen HTTP and internet protocol
What is difference between structure and union with example?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Tell me the use of bit field in c language?
Explain how can I make sure that my program is the only one accessing a file?