<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>koisuru_com</author_name>
  <author_url>https://blog.hatena.ne.jp/koisuru_com/</author_url>
  <blog_title>❤恋するコンピュータサイエンス❤</blog_title>
  <blog_url>https://koisuru-computer.hateblo.jp/</blog_url>
  <categories>
    <anon>C言語</anon>
  </categories>
  <description>Q. a[i] = NULL a[i] = '\0' 上記のどちらが正解か？ A. a[i] ='\0' が正解である。 a[i] = NULLこれは値がポインタと数値を比較してしまっている為である。解説NULL も\0もいずれも数字の0をあらわしている。NULL とはアドレスが0NULL はマクロ定義 #define NULL ((void)*0)としている。'\0' は文字コード（ASCIIコード表）の値が0であるまとめ 0 整数の0。 NULL どこも参照していないことを表すポインター（マクロ）。 値はアドレスの0番（値0）。 空文字（'\0'） ASCIIコード（文字コード）値0（NU…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkoisuru-computer.hateblo.jp%2Fentry%2F9415335&quot; title=&quot;NULLと&amp;#39;\0&amp;#39;と空文字は別物 - ❤恋するコンピュータサイエンス❤&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-05-06 14:40:52</published>
  <title>NULLと'\0'と空文字は別物</title>
  <type>rich</type>
  <url>https://koisuru-computer.hateblo.jp/entry/9415335</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
