long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

Answer Posted / asis kumar mohanty

it is compiler and environment dependent.
turbo compiler under c environment takes 4 bytes for
longint.
turbo compiler under unix environment takes 8 bytes.

Is This Answer Correct ?    22 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the c preprocessor do?

857


How will you divide two numbers in a MACRO?

915


Why is c so important?

791


How can I write a function that takes a format string and a variable number of arguments?

838


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

855


Where does the name "C" come from, anyway?

875


Write a simple code fragment that will check if a number is positive or negative.

920


please give me some tips for the placement in the TCS.

1857


Explain how can I pad a string to a known length?

903


How are Structure passing and returning implemented by the complier?

926


What does 3 periods mean in texting?

821


What is volatile variable how do you declare it?

778


What is use of #include in c?

835


What is the difference between ++a and a++?

952


Why do we use return in c?

752