long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / guest
Compiler Dependent
| Is This Answer Correct ? | 112 Yes | 18 No |
Post New Answer View All Answers
Explain what is the benefit of using enum to declare a constant?
What is the use of #include in c?
Explain what is the difference between a string and an array?
Is null always equal to 0(zero)?
What is sizeof in c?
What is infinite loop?
Why isnt any of this standardized in c?
What is the purpose of the preprocessor directive error?
What is the argument of a function in c?
What are data types in c language?
What are the __date__ and __time__ preprocessor commands?
Write a program to print numbers from 1 to 100 without using loop in c?
Which built-in library function can be used to match a patter from the string?
Can a function argument have default value?
What is structure in c language?