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
What does the c preprocessor do?
How will you divide two numbers in a MACRO?
Why is c so important?
How can I write a function that takes a format string and a variable number of arguments?
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.
Where does the name "C" come from, anyway?
Write a simple code fragment that will check if a number is positive or negative.
please give me some tips for the placement in the TCS.
Explain how can I pad a string to a known length?
How are Structure passing and returning implemented by the complier?
What does 3 periods mean in texting?
What is volatile variable how do you declare it?
What is use of #include in c?
What is the difference between ++a and a++?
Why do we use return in c?