GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Programming  >  C

 Print  |  
Question:  What is a null macro?
What is the differtents between a null pointer and a null macro?
What is near, far and huge pointer?
How many bytes are occupied by them?
How would you obtain segment and offset addresses from a far address of a memory location?




July 07, 2006 07:28:54 #1
 auromita   Member Since: Visitor    Total Comments: N/A 

RE: What is a null macro? What is the differte...
 

Null macro is defined in stdio.h and stddef.h.It is used to represent a null pointer in your code.

its value is zero.

Null pointer is same as an uninitialized pointer..It does not point anywhere.

     

 

Back To Question