<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>majikojima</author_name>
  <author_url>https://blog.hatena.ne.jp/majikojima/</author_url>
  <blog_title>カニゲーム攻略日記ブログ</blog_title>
  <blog_url>https://kanikanipeace.hatenadiary.jp/</blog_url>
  <categories>
    <anon>C言語</anon>
  </categories>
  <description>仕事でダブルポインタを使う必要があって ちょっと混乱したので整理した ついでにトリプルポインタ contents ダブルポインタ トリプルポインタ ダブルポインタ 以下で覚えればいいかな *は実体 &amp;はアドレス #include&lt;stdio.h&gt; int main(void){ int c; int *p; int **wp; c = 100; p = &amp;c; wp = &amp;p; printf(&quot;c=%d *p=%d **wp=%d\n&quot;, c, *p, **wp); //cの値 printf(&quot;&amp;c=%p p=%p *wp=%p\n&quot;, &amp;c, p, *wp); //cのアドレス printf…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkanikanipeace.hatenadiary.jp%2Fentry%2F2023%2F06%2F07%2F215100&quot; title=&quot;ダブルポインタ 復習 - カニゲーム攻略日記ブログ&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>2023-06-07 21:51:00</published>
  <title>ダブルポインタ 復習</title>
  <type>rich</type>
  <url>https://kanikanipeace.hatenadiary.jp/entry/2023/06/07/215100</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
