<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yz2cm</author_name>
  <author_url>https://blog.hatena.ne.jp/yz2cm/</author_url>
  <blog_title>ゆずさん研究所</blog_title>
  <blog_url>https://yz2cm.hatenadiary.org/</blog_url>
  <categories>
    <anon>Programming C</anon>
  </categories>
  <description>配列の添字指定は「人間にとっての分かりやすい表現」であって、配列概念など知ったこっちゃない処理系は「ベースアドレス（先頭要素へのポインタ値）＋要素サイズ*要素番号」という計算式で、配列の各要素にアクセスしているのです。配列が「先頭要素へのポインタ値」で管理されるのは、その配列が仮想アドレス空間上の連続した領域に確保されることが保証されているからであって、その前提があるのなら、以下のような邪悪なコードでもプログラムは動作します。以下は、変数c1〜c6の領域が、「スタック上の連続した領域に、メモリアドレスの昇順で確保されている」前提で、c1領域のアドレスをベースとしたオフセット指定により、c1〜c…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyz2cm.hatenadiary.org%2Fentry%2F20140617%2F1403012543&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>2014-06-17 22:42:23</published>
  <title>配列とは結局こういうこと</title>
  <type>rich</type>
  <url>https://yz2cm.hatenadiary.org/entry/20140617/1403012543</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
