NULL 和 0

Posted slgkaifa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NULL 和 0相关的知识,希望对你有一定的参考价值。

Question:

What is the difference from NULL and "0"?

Example:

return NULL;
return 0;
Answer:

Conceptually, zero (0) is a number, and NULL is a value that represents "no value". As such, 0 can be added, subtracted, etc., but NULL cannot. The NULL value for a variable can indicate, for example, that a variable has not yet been assigned a value.

The semantics of NULL may vary by language or application.

以上是关于NULL 和 0的主要内容,如果未能解决你的问题,请参考以下文章

EasyClick 运行代码片段出Null

HTTP转换为null什么意思?

面向面试编程代码片段之GC

Android 使用两个不同的代码片段获取当前位置 NULL

如何重构这个 Java 代码片段

android片段getArguments()返回null