As the title says, what\'s the difference between NULL, nil and @\"\" ?
NULL
nil
@\"\"
For example, if I want to check a string in a dictiona
nil == (id) 0 Nil == (Class) 0 NULL == (void *) 0
@"" is an empty NSString constant.