long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / jitender mahender
long int occupies 4 bytes in memory.
| Is This Answer Correct ? | 38 Yes | 27 No |
Post New Answer View All Answers
What is the equivalent code of the following statement in WHILE LOOP format?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Explain zero based addressing.
Why is C language being considered a middle level language?
Can variables be declared anywhere in c?
What are data structures in c and how to use them?
Is return a keyword in c?
Explain what is the use of a semicolon (;) at the end of every program statement?
Explain 'bit masking'?
Why do we use main function?
Explain can static variables be declared in a header file?
When would you use a pointer to a function?
What is the use of getchar functions?
i have a written test for microland please give me test pattern
What is a built-in function in C?