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


Please Help Members By Posting Answers For Below Questions

How does #define work?

852


What are near, far and huge pointers?

849


Explain setjmp()?

840


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

2178


What is meant by type casting?

837


Why main function is special give two reasons?

1234


How will you find a duplicate number in a array without negating the nos ?

1872


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1938


Explain c preprocessor?

882


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.

2491


What are # preprocessor operator in c?

879


What was noalias and what ever happened to it?

794


How important is structure in life?

823


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1187


application attempts to perform an operation?

1746