Object-Oriented C Style Languages: C++, Objective-C, Java, C# - Hyperpolyglot
coalesce The equivalent of the COALESCE function from SQL. C++, Objective C++: The short circuit or operator || can be used as a coalesce operator. However, in C++ and Objective C, NULL is identical to zero, whereas in databases they are two distinct valu...