<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>jimmy_ribs</author_name>
  <author_url>https://blog.hatena.ne.jp/jimmy_ribs/</author_url>
  <blog_title>プログラミングに挑戦！</blog_title>
  <blog_url>https://jimmy-ribs.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>ポインタの間接参照を使った演算 ポインタの間接参照 5行目... int型の変数 num を宣言している。初期値は10である。 6行目...ポインタ変数pを宣言している。変数numのアドレスを初期値としている。 8行目... printf 関数。(&quot;%d\n&quot;, *p); で *p は6行目で示したように num を指しているので、10が出力される。 10行目... *p = *p +1; ここで *p に *p + 1を代入しているので8行目で示した値の10に1を加算した11となる。 13行目... printf 関数。(&quot;%d\n&quot;, *p); で10行目の演算結果を出力している。値は11…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjimmy-ribs.hatenablog.com%2Fentry%2F2024%2F11%2F09%2F143636&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/j/jimmy_ribs/20241107/20241107122011.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-11-09 14:36:36</published>
  <title>ポインタの間接参照</title>
  <type>rich</type>
  <url>https://jimmy-ribs.hatenablog.com/entry/2024/11/09/143636</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
