how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / rahul
definitely os bcoz.c compiler occupies 2 bytes in windows
where as the same c compiler occupies 4 bytes in linux.
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
Can a pointer be null?
How do you generate random numbers in C?
What is static memory allocation?
What are the valid places to have keyword “break”?
Write program to remove duplicate in an array?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Explain c preprocessor?
Explain zero based addressing.
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is a void pointer? When is a void pointer used?
Explain what is the use of a semicolon (;) at the end of every program statement?
Is linux written in c?
difference between native and cross compilers
If null and 0 are equivalent as null pointer constants, which should I use?
What is the meaning of ?