<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fa11enprince</author_name>
  <author_url>https://blog.hatena.ne.jp/fa11enprince/</author_url>
  <blog_title>Gobble up pudding</blog_title>
  <blog_url>https://gup.monster/</blog_url>
  <categories>
    <anon>C</anon>
    <anon>Programming</anon>
  </categories>
  <description>C言語で混乱しやすいのはポインタの表記ですね。 次の2つを見てみましょう。 char *foo[10]; char (*bar)[10]; このとき、fooとbarは意味が違います。 どちらかが 「char型へのポインタの要素数10の配列」 でもう一方が 「要素数10のchar型の配列へのポインタ」 です。答えは char *foo[10];が「char型へのポインタの要素数10の配列」 char (*bar)[10];が「要素数10のchar型の配列へのポインタ」 です。 ぱっと見逆のような気がしますが、次のような規則で解釈します。 Cの演算子の優先順位は*と[]について下記のようになってい…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgup.monster%2Fentry%2F2014%2F05%2F19%2F232502&quot; title=&quot;「char型へのポインタの配列」と「char型の配列へのポインタ」について - Gobble up pudding&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>https://cdn-ak.f.st-hatena.com/images/fotolife/f/fa11enprince/20200517/20200517102705.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-05-19 23:25:02</published>
  <title>「char型へのポインタの配列」と「char型の配列へのポインタ」について</title>
  <type>rich</type>
  <url>https://gup.monster/entry/2014/05/19/232502</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
