<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mozxxx</author_name>
  <author_url>https://blog.hatena.ne.jp/mozxxx/</author_url>
  <blog_title>30歳からのブラウザづくり</blog_title>
  <blog_url>https://mozxxx.hatenadiary.org/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>ポインタと配列は相互変換できる int array[] = {10,20,30,40}; int *pointer; pointer = array; //pointにarrayの先頭アドレスが代入される //下記は同じ結果になる printf(&quot;%p\n&quot;, pointer); printf(&quot;%p\n&quot;, array); printf(&quot;%p\n&quot;, &amp;array[0]); printf(&quot;%d\n&quot;, array[2]); //30 printf(&quot;%d\n&quot;, *(pointer + 2)); //30 //配列をポインタとして記述 printf(&quot;%d\n&quot;, *(array + 2…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmozxxx.hatenadiary.org%2Fentry%2F20110516%2F1305565484&quot; title=&quot;ポインタと配列 - 30歳からのブラウザづくり&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>2011-05-16 02:04:44</published>
  <title>ポインタと配列</title>
  <type>rich</type>
  <url>https://mozxxx.hatenadiary.org/entry/20110516/1305565484</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
