<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tt_clown</author_name>
  <author_url>https://blog.hatena.ne.jp/tt_clown/</author_url>
  <blog_title>Cube Lilac</blog_title>
  <blog_url>https://clown.cube-soft.jp/</blog_url>
  <categories>
    <anon>Development</anon>
  </categories>
  <description>どこかで，“ポインタと配列の違いも分からない奴が”と嘆いているエントリを見て思い出したネタ．周りには，何度かネタとして話したこともありますが．Cでは，“配列の宣言（定義？）”は存在しますが，それ以外の箇所では“配列”というものは存在せず，全てポインタとして扱われていたりします．Cでは，ポインタの示す値へアクセスする“*(p+1)”という記法に対する略記法（シンタックスシュガー）として，“p[1]”が定義されています．そして，配列も宣言されると，必要な領域が確保された後にその領域への先頭アドレスを持つポインタ変数（x[n]の場合x，ただしxへの代入は不可）が生成され，その後はポインタ記法を用いて…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fclown.cube-soft.jp%2Fentry%2F20060924%2Fp4&quot; title=&quot; ポインタと配列の違いとは - Cube Lilac&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>2006-09-24 00:00:00</published>
  <title> ポインタと配列の違いとは</title>
  <type>rich</type>
  <url>https://clown.cube-soft.jp/entry/20060924/p4</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
