<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>philojuan</author_name>
  <author_url>https://blog.hatena.ne.jp/philojuan/</author_url>
  <blog_title>恥は/dev/nullへ by 初心者</blog_title>
  <blog_url>https://uhoho.hatenablog.jp/</blog_url>
  <categories>
    <anon>C言語学習</anon>
  </categories>
  <description>アルファベット等の文字は内部的には数字で表現されているという話を聞いたことがあると思います。 文字が数字で表現されているから、その値（数値）を増やしたり減らしたりすることで、画面に出力する文字を変えることができるという理屈になります。 なお、この話はchar型が小さな整数値を扱えるという話ともリンクしています。 以上のことをコードで再確認してみました。 #include &lt;stdio.h&gt; int main(void) { char c; for (c = 'A'; c &lt;= 'Z'; c++) printf(&quot;%c &quot;, c); printf(&quot;\n&quot;); for (c = 'a'; c &lt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fuhoho.hatenablog.jp%2Fentry%2F2020%2F07%2F30%2F234656&quot; title=&quot;文字は数値であることの再確認（char型、int型） - 恥は/dev/nullへ by 初心者&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>2020-07-30 23:46:56</published>
  <title>文字は数値であることの再確認（char型、int型）</title>
  <type>rich</type>
  <url>https://uhoho.hatenablog.jp/entry/2020/07/30/234656</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
