<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Isoparametric</author_name>
  <author_url>https://blog.hatena.ne.jp/Isoparametric/</author_url>
  <blog_title>神様なんて信じない僕らのために</blog_title>
  <blog_url>https://isoparametric.hatenablog.com/</blog_url>
  <categories>
    <anon>c/c++</anon>
  </categories>
  <description>みずしまさんからの指摘をうけて追記、 int array[] が int *arrayの構文糖衣であることや、 式array[i] が、*(array + i)の構文糖衣であることは ご存知なんですよね？ この辺り、C言語って面倒ですよねorz... int a[10]; 1[a] = 999; 4[a] = 666; こんな風にも書けちゃうC言語。 構文的には（読んでいる側には）意味不明だが、a[1] = 999;やa[4] = 666;と等価。 配列とポインタを混同しやすい原因の一つ。 演算子のオペランドは交換可能であり、 a[n]は* ( (a)+(n) ) と同じになるからである。 な…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fisoparametric.hatenablog.com%2Fentry%2F20070817%2F1187335870&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>2007-08-17 16:31:10</published>
  <title>追記・配列はポインタ？</title>
  <type>rich</type>
  <url>https://isoparametric.hatenablog.com/entry/20070817/1187335870</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
