<?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: Electronic Spencer</title>
    <description>The latest articles on DEV Community by Electronic Spencer (@specer).</description>
    <link>https://dev.to/specer</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%2F881861%2F83ff4dfb-7f58-4a61-8a76-a81620dc477c.jpeg</url>
      <title>DEV Community: Electronic Spencer</title>
      <link>https://dev.to/specer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/specer"/>
    <language>en</language>
    <item>
      <title>Let's Start with "C"</title>
      <dc:creator>Electronic Spencer</dc:creator>
      <pubDate>Fri, 24 Jun 2022 04:07:31 +0000</pubDate>
      <link>https://dev.to/specer/lets-start-with-c-1jk2</link>
      <guid>https://dev.to/specer/lets-start-with-c-1jk2</guid>
      <description>&lt;p&gt;&lt;code&gt;#include&amp;lt;stdio.h&amp;gt;&lt;br&gt;
int main()&lt;br&gt;
{&lt;br&gt;
    int year;&lt;br&gt;
    printf("Enter the year:- ");&lt;br&gt;
    scanf("%d",&amp;amp;year);&lt;br&gt;
    if(year%100 !=0)&lt;br&gt;
  {&lt;br&gt;
    if(year%4 ==0)&lt;br&gt;
    {&lt;br&gt;
            printf("This is a leap Year");&lt;br&gt;
    }&lt;br&gt;
    else&lt;br&gt;
    {&lt;br&gt;
      printf("This is not a leap Year");&lt;br&gt;
    }&lt;br&gt;
  }&lt;br&gt;
  else&lt;br&gt;
  {&lt;br&gt;
    if(year%400 == 0)&lt;br&gt;
    {&lt;br&gt;
      printf("This is a leap year");&lt;br&gt;
    }&lt;br&gt;
    else&lt;br&gt;
    {&lt;br&gt;
      printf("This is not a leap year");&lt;br&gt;
    }&lt;br&gt;
    }&lt;br&gt;
    return 0;&lt;br&gt;
}&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
