<?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>
    <anon>Ruby</anon>
  </categories>
  <description>昨日付の記事の続きです．ソースを再掲します． #include &lt;stdio.h&gt; int main(void) { int i = 0, j = 0; for (i = 1; i &lt;= 9; i++) { for (j = 1; j &lt;= 9; j++) { printf(&quot;%2d &quot;, i * j); } printf(&quot;\n&quot;); } return 0; } 上のプログラムを実行したとき，2重ループの中で変数jの値は何回，変わるかというのは，デバッガGDBで求めることができます．コマンドは以下のとおり． $ gcc -g -O0 -o kuku kuku.c $ gdb kuku GNU…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakehikom.hateblo.jp%2Fentry%2F20141123%2F1416693600&quot; title=&quot; 2重ループで変数の値は何回変わるか，デバッガで確認 - わさっき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>2014-11-23 07:00:00</published>
  <title> 2重ループで変数の値は何回変わるか，デバッガで確認</title>
  <type>rich</type>
  <url>https://takehikom.hateblo.jp/entry/20141123/1416693600</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
