long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / kamal
compiler dependent
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is a example of a variable?
Can a function argument have default value?
What are shell structures used for?
What does volatile do?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Is c easier than java?
What is infinite loop?
What does double pointer mean in c?
how to find anagram without using string functions using only loops in c programming
How many levels deep can include files be nested?
In C language, a variable name cannot contain?
Why do we use & in c?
Explain continue keyword in c
Write a program to print "hello world" without using a semicolon?
Is main is a keyword in c?