long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / vinnothkumar
its compiler dependent
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What is wrong with this program statement?
Under what circumstances does a name clash occur?
write a program to rearrange the array such way that all even elements should come first and next come odd
What are data types in c language?
What is structure and union in c?
In C programming, what command or code can be used to determine if a number of odd or even?
What is an auto variable in c?
How is pointer initialized in c?
What is array in c with example?
Is c procedural or functional?
what do the 'c' and 'v' in argc and argv stand for?
What is the use of a static variable in c?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Should a function contain a return statement if it does not return a value?
What is the general form of function in c?