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

Why is c fast?

786


How many levels of pointers have?

783


Is printf a keyword?

949


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1929


Explain the difference between strcpy() and memcpy() function?

763


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1858


What is the size of enum in bytes?

772


what are bit fields in c?

1155


What is #include cctype?

785


Explain high-order and low-order bytes.

855


Why & is used in c?

907


Explain what does it mean when a pointer is used in an if statement?

817


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

843


Explain what is a program flowchart and explain how does it help in writing a program?

842


Does sprintf put null character?

776