<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Einherjar</author_name>
  <author_url>https://blog.hatena.ne.jp/Einherjar/</author_url>
  <blog_title>ProsBloom</blog_title>
  <blog_url>https://einherjar.hatenadiary.org/</blog_url>
  <categories>
    <anon>C言語</anon>
  </categories>
  <description>最後、もう一度お題を挙げる。 以下の違いを説明せよ。 1)int a[2][3]; 2)int a[3][2]; 3)int *a[3]; 4)int (*a)[3]; 5)int **a; 最後にポインタのポインタ。俗にダブルポインタなどと言ったりする。4)に比べれば、割となじみがある。呼び出し先で、ポインタに値をセットしたい場合などに登場する。また、3)の配列名のみを式中に書いた場合の型が、5)と同じになっている。mainの第二引数は正にこの型になっている。サンプルコードは、3)と比べやすいようにcharでコーディングする。 #include &lt;stdio.h&gt; #include &lt;std…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Feinherjar.hatenadiary.org%2Fentry%2F20100515%2Fp1&quot; title=&quot;ポインタを指すポインタ - ProsBloom&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>2010-05-15 00:00:01</published>
  <title>ポインタを指すポインタ</title>
  <type>rich</type>
  <url>https://einherjar.hatenadiary.org/entry/20100515/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
