<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>madotubo</author_name>
  <author_url>https://blog.hatena.ne.jp/madotubo/</author_url>
  <blog_title>言語解明</blog_title>
  <blog_url>https://madotubo.hatenadiary.org/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>数値や変数同士の計算に使われる演算子。その使い方を勉強した。演算子一覧→http://www.bohyoh.com/CandCPP/C/operator.html今回は、インクリメント(変数に1を加算する)についてコードを書いてみた。 #include&lt;stdio.h&gt; int main(){ int a = 0; int b = 0; int c = 0; int d = 0; b = a++; printf(&quot;後置\ta:%d\tb:%d\n&quot;,a,b); d = ++c; printf(&quot;前置\tc:%d\td:%d\n&quot;,c,d); return 0; } 出力結果 後置 a:1 b:…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmadotubo.hatenadiary.org%2Fentry%2F20081121%2F1227214619&quot; title=&quot;演算子の使い方 - 言語解明&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>2008-11-21 05:56:59</published>
  <title>演算子の使い方</title>
  <type>rich</type>
  <url>https://madotubo.hatenadiary.org/entry/20081121/1227214619</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
