Day#111 C Coding Challenge | What is output of sizeof(NULL) and sizeof("")

Day#111 C Coding Challenge | What is output of sizeof(NULL) and sizeof("")

In this code, we will discuss on the usage of sizeof() function and what will be the output of sizeof(NULL) and sizeof(""). There is confusion while understanding the size of NULL and "" and most of the programmers analyze that they are the same. Also, sizeof(NULL) depending on the architecture used.

Below is the code snippet:


Above code is explained in this link: https://youtu.be/Qgx0cXCvvQU

Post a Comment

0 Comments