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

What is the use of ?

634


What does sizeof int return?

601


Write a program to print “hello world” without using semicolon?

683


What is use of integral promotions in c?

673


What are qualifiers and modifiers c?

561






What's a good way to check for "close enough" floating-point equality?

636


What is the function of volatile in c language?

674


Differentiate Source Codes from Object Codes

836


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1679


What is array in c with example?

627


What does emoji p mean?

616


Explain the properties of union. What is the size of a union variable

728


Is c a great language, or what?

616


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1748


What is zero based addressing?

724