<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Kojo_Sugita</author_name>
  <author_url>https://blog.hatena.ne.jp/Kojo_Sugita/</author_url>
  <blog_title>御手洗特急途中下車</blog_title>
  <blog_url>https://kojo-sugita.hatenadiary.org/</blog_url>
  <categories>
    <anon>何故駄目なのか?</anon>
  </categories>
  <description>C言語で配列に配列を代入するのは何故駄目なのかC言語で配列に配列を代入すると、コンパイルエラーが発生します。例えば以下のコードをgccでコンパイルしようとすると、&quot;incompatible types in assignment&quot;というエラーが発生します。 /* header files */ #include &lt;stdlib.h&gt; #include &lt;stdio.h&gt; /* main */ int main (int argc, char *argv[]) { char c1[] = &quot;afa&quot;; char c2[4]; c2 = c1; return EXIT_SUCCESS; } |10…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkojo-sugita.hatenadiary.org%2Fentry%2F20081112%2F1226485194&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>https://cdn-ak.f.st-hatena.com/images/fotolife/K/Kojo_Sugita/20100109/20100109175917.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-11-12 19:19:54</published>
  <title>何故駄目なのか?</title>
  <type>rich</type>
  <url>https://kojo-sugita.hatenadiary.org/entry/20081112/1226485194</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
