<?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言語メモです。 概要 要素数が確定している場合 要素数を引数で受け取る場合 オフセットを計算する場合 概要 行、列、値といった3次元配列を引数で受け取り、 要素を出力したい。。。 そんな場合に使えそうなサンプルを本記事ではメモしています。 要素数が確定している場合 要素数が確定している場合は シンプルに要素数を明示して引数を設定します。 #include &lt;stdio.h&gt; #define ROW_COUNT (2) #define COL_COUNT (3) #define TEXT_SIZE (16) void show_array(char array[ROW_CO…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnandakagoodvibes.hatenablog.com%2Fentry%2F2025%2F10%2F05%2F171200&quot; title=&quot;【C】引数で3次元配列を受け取って要素を出力する - なんだか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-10-05 17:12:00</published>
  <title>【C】引数で3次元配列を受け取って要素を出力する</title>
  <type>rich</type>
  <url>https://nandakagoodvibes.hatenablog.com/entry/2025/10/05/171200</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
