<?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: 221910303029</title>
    <description>The latest articles on DEV Community by 221910303029 (@221910303029).</description>
    <link>https://dev.to/221910303029</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%2F562866%2F35316bca-2796-46f7-9b97-a0355e1a836b.png</url>
      <title>DEV Community: 221910303029</title>
      <link>https://dev.to/221910303029</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/221910303029"/>
    <language>en</language>
    <item>
      <title>c++ vs python</title>
      <dc:creator>221910303029</dc:creator>
      <pubDate>Tue, 19 Jan 2021 10:52:53 +0000</pubDate>
      <link>https://dev.to/221910303029/c-vs-python-1j67</link>
      <guid>https://dev.to/221910303029/c-vs-python-1j67</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;              C++
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;C++ was developed by Bjarne Stroustrup in 1979.&lt;/p&gt;

&lt;p&gt;C++ code is less complex than C but more complex in contrast to python.&lt;/p&gt;

&lt;p&gt;C++ is a compiled language.&lt;/p&gt;

&lt;p&gt;C++ provides new operator for memory allocation and delete operator for memory de-allocation.&lt;/p&gt;

&lt;p&gt;lower time complexity&lt;/p&gt;

&lt;p&gt;PYTHON&lt;br&gt;
Python was created by Guido van Rossum, and released in 1991.&lt;/p&gt;

&lt;p&gt;Easier to write code.Python is an interpreted language.&lt;/p&gt;

&lt;p&gt;Python’s memory allocation and deallocation method is automatic.&lt;/p&gt;

&lt;p&gt;higher time complexity&lt;/p&gt;

&lt;p&gt;c++ code:&lt;br&gt;
//c++&lt;br&gt;
header file(#include)&lt;br&gt;
using namespace std;&lt;/p&gt;

&lt;p&gt;int main() {&lt;br&gt;
  // your code goes here&lt;br&gt;
  cout &amp;lt;&amp;lt; "Hello World";&lt;br&gt;
  return 0;&lt;br&gt;
}&lt;br&gt;
python code:&lt;/p&gt;

&lt;h1&gt;
  
  
  python
&lt;/h1&gt;

&lt;p&gt;print("hello world")&lt;/p&gt;

</description>
      <category>python</category>
    </item>
  </channel>
</rss>
