<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>C&#43;&#43; on Raveen Kumar</title>
    <link>https://raveenkumar.com/tags/c&#43;&#43;/</link>
    <description>Recent content in C&#43;&#43; on Raveen Kumar</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Raveen Kumar</copyright>
    <lastBuildDate>Fri, 17 Feb 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://raveenkumar.com/tags/c++/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>C&#43;&#43; notes</title>
      <link>https://raveenkumar.com/library/programming/c&#43;&#43;/</link>
      <pubDate>Fri, 17 Feb 2023 00:00:00 +0000</pubDate>
      <guid>https://raveenkumar.com/library/programming/c&#43;&#43;/</guid>
      <description>&lt;h2 id=&#34;for-loops&#34;&gt;For loops&lt;/h2&gt;&#xA;&lt;pre&gt;&lt;code&gt;for (uint32_t i=0; i&amp;lt;10; i++) {&#xA;printf(&amp;quot;i = %d&amp;quot;, i);&#xA;}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h2 id=&#34;prints&#34;&gt;Prints&lt;/h2&gt;&#xA;&lt;p&gt;printf(&amp;ldquo;unsigned = %u&amp;rdquo;, var1);&#xA;printf(&amp;ldquo;signed   = %d&amp;rdquo;, var1);&lt;/p&gt;&#xA;&lt;h2 id=&#34;functions&#34;&gt;Functions&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://softwareengineering.stackexchange.com/questions/286490/what-is-the-difference-between-function-and-functionvoid&#34;&gt;https://softwareengineering.stackexchange.com/questions/286490/what-is-the-difference-between-function-and-functionvoid&lt;/a&gt;&#xA;6.7.6.3 Function declarators (including prototypes)&#xA;10 The special case of an unnamed parameter of type void as the only item in the list specifies that the function has no parameters.&#xA;14 An identifier list declares only the identifiers of the parameters of the function. An empty list in a function declarator that is part of a definition of that function specifies that the function has no parameters. The empty list in a function declarator that is not part of a definition of that function specifies that no information about the number or types of the parameters is supplied.145)&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
