<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kankinkon</author_name>
  <author_url>https://blog.hatena.ne.jp/kankinkon/</author_url>
  <blog_title>Afro-Blue</blog_title>
  <blog_url>https://kankinkon.hatenadiary.org/</blog_url>
  <categories>
    <anon>C言語</anon>
  </categories>
  <description>文字列がメモリのどの領域に配置されるか実験 #include &lt;stdio.h&gt; char *p = &quot;abc&quot;; char *q = &quot;abc&quot;; const char s[] = &quot;abc&quot;; int main(void) { char *r = &quot;abc&quot;; printf(&quot;p: %p %p\n&quot;, p, &amp;p); printf(&quot;q: %p %p\n&quot;, q, &amp;q); printf(&quot;r: %p %p\n&quot;, r, &amp;r); printf(&quot;s: %p\n&quot;, s); return 0; }出力結果 p: 0x10a938f04 0x10a939068 q: 0x10a938f04 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkankinkon.hatenadiary.org%2Fentry%2F20111129%2F1322515132&quot; title=&quot;文字列とconst - Afro-Blue&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-11-29 06:18:52</published>
  <title>文字列とconst</title>
  <type>rich</type>
  <url>https://kankinkon.hatenadiary.org/entry/20111129/1322515132</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
