long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / jp
The integer size is processor dependent.
In Turbo C or Borland C , we are using only the 8086
virtual mode processor. thus we get size of int as 2Byte
and thus size of long int as 4 Byte.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Write a program for Overriding.
What are local static variables?
What does c in a circle mean?
What are extern variables in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
How will you delete a node in DLL?
What is the process to generate random numbers in c programming language?
What is getch c?
What is a program flowchart?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Can we change the value of constant variable in c?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is the right type to use for boolean values in c?
Write a program to reverse a given number in c?
When a c file is executed there are many files that are automatically opened what are they files?