<?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: Prerit Agrawal</title>
    <description>The latest articles on DEV Community by Prerit Agrawal (@preritagrawal06).</description>
    <link>https://dev.to/preritagrawal06</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%2F949721%2F33653b30-f812-48db-ab37-2abd181405bd.png</url>
      <title>DEV Community: Prerit Agrawal</title>
      <link>https://dev.to/preritagrawal06</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/preritagrawal06"/>
    <language>en</language>
    <item>
      <title>Recursion? Huh..?</title>
      <dc:creator>Prerit Agrawal</dc:creator>
      <pubDate>Wed, 19 Jun 2024 04:23:08 +0000</pubDate>
      <link>https://dev.to/preritagrawal06/recursion-huh-4cl9</link>
      <guid>https://dev.to/preritagrawal06/recursion-huh-4cl9</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/cs"&gt;DEV Computer Science Challenge v24.06.12: One Byte Explainer&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Explainer
&lt;/h2&gt;

&lt;p&gt;void recursion(){&lt;br&gt;
    if(understood == true) return;&lt;br&gt;
    string Recursion = "Calling same function within itself";&lt;br&gt;
    recursion();&lt;br&gt;
}&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>cschallenge</category>
      <category>computerscience</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
