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  >  Placement Papers  >  Birlasoft  >  Technical

 Print  |  
Question:  Which one of the following represents a correct and safe declaration of NULL ?


Answer: a) typedef((void *)0) NULL;
b) typedef NULL(char *)0;
c) #define NULL((void *)0)
d) #define NULL((char*)0)


January 01, 2006 11:07:01 #4
 rajnarayan yadav Database Expert  Member Since: January 2006    Total Comments: 2 

RE: Which one of the following represents a correct an...
 
c) #define NULL((void *)0)
     

 

Back To Question