long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / suchita
long integers require twice the space in memory than ordinary
ints. thus, long integers would occupy four bytes of memory.
| Is This Answer Correct ? | 30 Yes | 48 No |
Post New Answer View All Answers
What is double pointer?
What are external variables in c?
What does printf does?
regarding pointers concept
What are the different types of endless loops?
plz let me know how to become a telecom protocol tester. thank you.
By using C language input a date into it and if it is right?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
what will be maximum number of comparisons when number of elements are given?
pierrot's divisor program using c or c++ code
How do you declare a variable that will hold string values?
Describe static function with its usage?
Explain bitwise shift operators?
Where are local variables stored in c?