<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mFumi</author_name>
  <author_url>https://blog.hatena.ne.jp/mFumi/</author_url>
  <blog_title>mfumiの日記</blog_title>
  <blog_url>https://mfumi.hatenadiary.org/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>int *pについて。+は値が1増加したことを示す。はじめのp,p[0],p[1]の値は式の評価時時点での値。その次が評価終了時点での値。 *と++は優先順位が等しい（右から左へ評価される） 式 評価値 p p[0] p[1] p p[0] p[1] *++p p[1] + - - - - - ++*p = ++(*p) p[0]+1 - + - - - - *p++ p[0] - - - + - - (*p)++ p[0] - - - - + - ++*++p = ++(*++p) p[1]+1 + - + - - - (*++p)++ p[1] + - - - - + impossible…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmfumi.hatenadiary.org%2Fentry%2F20100215%2F1266249203&quot; title=&quot;メモ：ポインタのインクリメントについて - mfumiの日記&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-02-15 00:53:23</published>
  <title>メモ：ポインタのインクリメントについて</title>
  <type>rich</type>
  <url>https://mfumi.hatenadiary.org/entry/20100215/1266249203</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
