<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>taizooo</author_name>
  <author_url>https://blog.hatena.ne.jp/taizooo/</author_url>
  <blog_title>copy and destroy</blog_title>
  <blog_url>https://copyanddestroy.hatenablog.com/</blog_url>
  <categories>
    <anon>code</anon>
    <anon>日記の練習</anon>
  </categories>
  <description>日記の練習です。MMGames『苦しんで覚えるC言語』*1*2 15章「ポインタ変数の仕組み」 gyazo.com 15.2 「変数とメモリの関係」 15.2.3 複数の変数の番号 int 型変数のアドレスを表示する。pointer_test.c #include &lt;stdio.h&gt; int main(void) { int i1, i2, i3; printf(&quot;i1(%p)\n&quot;, &amp;i1); printf(&quot;i2(%p)\n&quot;, &amp;i2); printf(&quot;i3(%p)\n&quot;, &amp;i3); return 0; } compile &amp; run $ gcc -Wall -o pointer_…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcopyanddestroy.hatenablog.com%2Fentry%2F2025%2F03%2F21%2F011204&quot; title=&quot;C言語の「ポインタ変数」とはなにか - copy and destroy&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://i.gyazo.com/thumb/1000/b84c6f7d0f998deeef270cdc41bd75fc-jpg.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-03-21 01:12:04</published>
  <title>C言語の「ポインタ変数」とはなにか</title>
  <type>rich</type>
  <url>https://copyanddestroy.hatenablog.com/entry/2025/03/21/011204</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
