<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takehikom</author_name>
  <author_url>https://blog.hatena.ne.jp/takehikom/</author_url>
  <blog_title>わさっきhb</blog_title>
  <blog_url>https://takehikom.hateblo.jp/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>いきなりですが，空欄適語問題です．[ 1 ]〜[ 3 ]に入る語句を，考えてみてください． 関数の内部で自分自身を呼び出すことを [ 1 ] 呼び出しといい， [ 1 ] 的に定義されたものに対して使用すると効果的である．たとえば，カウントアップとカウントダウンを行う以下の2つの関数は，いずれも [ 1 ] 呼び出しを行っている． void countup(int x) { printf(&quot;x = %d\n&quot;, x); if (x &gt; 0) { countup(x - 1); } } void countdown(int x) { if (x &gt; 0) { countdown(x - 1); …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakehikom.hateblo.jp%2Fentry%2F20091127%2F1259269350&quot; title=&quot; 再帰の問い方2009 - わさっきhb&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>2009-11-27 06:02:30</published>
  <title> 再帰の問い方2009</title>
  <type>rich</type>
  <url>https://takehikom.hateblo.jp/entry/20091127/1259269350</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
