long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / gopi nath
Yes its obsolutely depend upon the the compiler.
turbo compiler in c environment it takes 4 bytes
but in unix environment it takes 8 bytes.......
Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
How does #define work?
What are near, far and huge pointers?
Explain setjmp()?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is meant by type casting?
Why main function is special give two reasons?
How will you find a duplicate number in a array without negating the nos ?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Explain c preprocessor?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What are # preprocessor operator in c?
What was noalias and what ever happened to it?
How important is structure in life?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
application attempts to perform an operation?