<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Leone Munyao</title>
    <description>The latest articles on DEV Community by Leone Munyao (@leonemunyao).</description>
    <link>https://dev.to/leonemunyao</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1126643%2F492b6c65-bb95-49d4-b93f-12d7e020cd8a.jpeg</url>
      <title>DEV Community: Leone Munyao</title>
      <link>https://dev.to/leonemunyao</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/leonemunyao"/>
    <language>en</language>
    <item>
      <title>Introduction to C Programmig</title>
      <dc:creator>Leone Munyao</dc:creator>
      <pubDate>Sun, 05 Nov 2023 08:53:18 +0000</pubDate>
      <link>https://dev.to/leonemunyao/introduction-to-c-programmig-h18</link>
      <guid>https://dev.to/leonemunyao/introduction-to-c-programmig-h18</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3pzv3hnmlbc0hie96kbm.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3pzv3hnmlbc0hie96kbm.jpeg" alt="Image description" width="736" height="667"&gt;&lt;/a&gt;C is a &lt;strong&gt;procedural&lt;/strong&gt; programming language, mainly developed as a system programming language to write the &lt;strong&gt;Unix&lt;/strong&gt; operating system. Some of the main features of C language include; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Fast speed&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Clean syntax&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Low-level memory access&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;General Purpose and Portable&lt;br&gt;
Most of the recent programming languages have borrowed syntax from the C language. Some of them include PHP, JavaScript and Java.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Basic syntax structure&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzteja0ra9g95kn79nb57.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzteja0ra9g95kn79nb57.png" alt="Image description" width="800" height="227"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;#include stdio.h&lt;/strong&gt; is the header file.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;int main()&lt;/strong&gt; is the declaration of the main function. It 
is the entry point of a C Progam.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The pair of curly braces&lt;/strong&gt; encloses the body of the 
 program.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;How to Execute the  above program&lt;/strong&gt;&lt;br&gt;
To execute the program we need to first compile it using a compiler  and then we can run generated executable. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Thats basically a simple introduction of C Programmig language.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqs12xzciydf4lmpv5xv7.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqs12xzciydf4lmpv5xv7.jpeg" alt="Image description" width="626" height="469"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>coding</category>
    </item>
  </channel>
</rss>
