<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nandakagoodvibes</author_name>
  <author_url>https://blog.hatena.ne.jp/nandakagoodvibes/</author_url>
  <blog_title>なんだかGoodVibes</blog_title>
  <blog_url>https://nandakagoodvibes.hatenablog.com/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>こんにちは。 本日はC言語メモです。 配列の宣言 宣言と初期値の代入を同時に行う 配列の要素数を調べる 配列をコピーする for文を使ってコピーする memcpyを使ってコピーする 配列の宣言 要素数が3の配列を宣言して 値を設定します。 #include &lt;stdio.h&gt; int main() { int array[3]; array[0] = 10; array[1] = 20; array[2] = 30; int i; for (i = 0; i &lt; 3; i++) { printf(&quot;array[%d] = %d\n&quot;, i, array[i]); } return 0; } 実…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnandakagoodvibes.hatenablog.com%2Fentry%2F2025%2F03%2F02%2F163059&quot; title=&quot;【C】[超入門] 配列いろいろ - なんだかGoodVibes&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>2025-03-02 16:30:59</published>
  <title>【C】[超入門] 配列いろいろ</title>
  <type>rich</type>
  <url>https://nandakagoodvibes.hatenablog.com/entry/2025/03/02/163059</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
