| 1. | What is (void*)0? | |||||||||
|
| 2. | Can you combine the following two statements into one? | |||||||||
|
| 3. | In which header file is the NULL macro defined? | |||||||||
|
| 4. | How many bytes are occupied by near, far and huge pointers (DOS)? | |||||||||
Answer: Option A Explanation: near=2, far=4 and huge=4 pointers exist only under DOS. Under windows and Linux every pointers is 4 bytes long. |

No comments:
Post a Comment