<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sittokuchance</author_name>
  <author_url>https://blog.hatena.ne.jp/sittokuchance/</author_url>
  <blog_title>日々まなび、日々あそび、生きる</blog_title>
  <blog_url>https://everylearning-everyplay.hateblo.jp/</blog_url>
  <categories>
    <anon>◆ Ｃ言語入門</anon>
  </categories>
  <description>（ 子の本棚にＣ言語入門の本が落ちてたので、勉強してみよっと ） 【 実行プログラム 】 実行プログラム 【 ソースプログラム 】 #include &lt;stdio.h&gt; int main(void) { int n = 99; printf(&quot;n = %d\n&quot;, n); printf(&quot;&amp;n = %p\n&quot;, &amp;n); int *p = &amp;n; printf(&quot;p = %p\n&quot;, p); printf(&quot;*p = %d\n&quot;, *p); return (0); } 【 まなび 】 ■ ポインタ オブジェクトのアドレスから要素を引っ張ってくることができる。 ■ int *p int型オブジェ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Feverylearning-everyplay.hateblo.jp%2Fentry%2F2024%2F11%2F15%2F142007&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>https://cdn-ak.f.st-hatena.com/images/fotolife/s/sittokuchance/20241115/20241115140900.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-11-15 14:20:07</published>
  <title>（Ｃ言語）ポインタ</title>
  <type>rich</type>
  <url>https://everylearning-everyplay.hateblo.jp/entry/2024/11/15/142007</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
