<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>LENGUAJE DE PROGRAMACION C by Angel Jr</title>
      <link>https://padlet.com/angeljrch09/hp2boau61dimu216</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2023-01-31 02:02:18 UTC</pubDate>
      <lastBuildDate>2023-01-31 02:30:00 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f4bb.png</url>
      </image>
      <item>
         <title>¿QUE ES?</title>
         <author>angeljrch09</author>
         <link>https://padlet.com/angeljrch09/hp2boau61dimu216/wish/2462329814</link>
         <description><![CDATA[<div><strong><br>C</strong> es un <a href="https://es.wikipedia.org/wiki/Lenguaje_de_programaci%C3%B3n">lenguaje de programación</a> de propósito general originalmente desarrollado por <a href="https://es.wikipedia.org/wiki/Dennis_Ritchie">Dennis Ritchie</a> entre <a href="https://es.wikipedia.org/wiki/1969">1969</a> y <a href="https://es.wikipedia.org/wiki/1972">1972</a> en los <a href="https://es.wikipedia.org/wiki/Laboratorios_Bell">Laboratorios Bell</a>, como evolución del anterior lenguaje <a href="https://es.wikipedia.org/wiki/B_(lenguaje_de_programaci%C3%B3n)">B</a>, a su vez basado en <a href="https://es.wikipedia.org/wiki/BCPL">BCPL</a>.<br><br></div><div>Al igual que B, es un lenguaje orientado a la implementación de <a href="https://es.wikipedia.org/wiki/Sistema_operativo">sistemas operativos</a>, concretamente <a href="https://es.wikipedia.org/wiki/Unix">Unix</a>. C es apreciado por la eficiencia del código que produce y es el lenguaje de programación más popular para crear softwares de sistemas y aplicaciones.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 02:11:52 UTC</pubDate>
         <guid>https://padlet.com/angeljrch09/hp2boau61dimu216/wish/2462329814</guid>
      </item>
      <item>
         <title>VIDEO</title>
         <author>angeljrch09</author>
         <link>https://padlet.com/angeljrch09/hp2boau61dimu216/wish/2462331472</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.youtube.com/watch?v=nqJPIC5V4-g" />
         <pubDate>2023-01-31 02:14:02 UTC</pubDate>
         <guid>https://padlet.com/angeljrch09/hp2boau61dimu216/wish/2462331472</guid>
      </item>
      <item>
         <title>ALGUNAS DE LAS CARACTERÍSTICAS DE LA QUE CARECE EL LENGUAJE C</title>
         <author>angeljrch09</author>
         <link>https://padlet.com/angeljrch09/hp2boau61dimu216/wish/2462332590</link>
         <description><![CDATA[<ul><li><a href="https://es.wikipedia.org/wiki/Recolecci%C3%B3n_de_basura">Recolección de basura</a> nativa, sin embargo se encuentran a tal efecto bibliotecas como la "libgc" desarrollada por <a href="https://es.wikipedia.org/wiki/Sun_Microsystems">Sun Microsystems</a>, o el <a href="https://es.wikipedia.org/w/index.php?title=Recolector_de_basura_de_Boehm&amp;action=edit&amp;redlink=1">Recolector de basura de Boehm</a>.</li><li>Soporte para <a href="https://es.wikipedia.org/wiki/Programaci%C3%B3n_orientada_a_objetos">programación orientada a objetos</a>, aunque la implementación original de <a href="https://es.wikipedia.org/wiki/C%2B%2B">C++</a> fue un preprocesador que traducía código fuente de C++ a C. Véase también la librería <a href="https://es.wikipedia.org/wiki/GObject">GObject</a>.</li><li>Funciones anidadas, aunque <a href="https://es.wikipedia.org/wiki/GCC">GCC</a> tiene esta característica como extensión.</li><li>Soporte nativo para programación <a href="https://es.wikipedia.org/wiki/Multihilo">multihilo</a>. Disponible usando librerías como <a href="https://es.wikipedia.org/w/index.php?title=Libpthread&amp;action=edit&amp;redlink=1">libpthread</a>.</li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 02:15:22 UTC</pubDate>
         <guid>https://padlet.com/angeljrch09/hp2boau61dimu216/wish/2462332590</guid>
      </item>
      <item>
         <title></title>
         <author>angeljrch09</author>
         <link>https://padlet.com/angeljrch09/hp2boau61dimu216/wish/2462335998</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://es.wikipedia.org/wiki/Archivo:Ken_Thompson_and_Dennis_Ritchie--1973.jpg" />
         <pubDate>2023-01-31 02:19:28 UTC</pubDate>
         <guid>https://padlet.com/angeljrch09/hp2boau61dimu216/wish/2462335998</guid>
      </item>
      <item>
         <title></title>
         <author>angeljrch09</author>
         <link>https://padlet.com/angeljrch09/hp2boau61dimu216/wish/2462343366</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://img2.freepng.es/20171217/033/letter-c-png-5a36954d474e54.1991877715135266052921.jpg" />
         <pubDate>2023-01-31 02:28:57 UTC</pubDate>
         <guid>https://padlet.com/angeljrch09/hp2boau61dimu216/wish/2462343366</guid>
      </item>
      <item>
         <title>HISTORIA</title>
         <author>angeljrch09</author>
         <link>https://padlet.com/angeljrch09/hp2boau61dimu216/wish/2462344194</link>
         <description><![CDATA[<div>El desarrollo inicial de C se llevó a cabo en los <a href="https://es.wikipedia.org/wiki/Laboratorios_Bell">Laboratorios Bell</a> de <a href="https://es.wikipedia.org/wiki/AT%26T">AT&amp;T</a> entre 1969 y 1973; según <a href="https://es.wikipedia.org/wiki/Dennis_Ritchie">Dennis Ritchie</a>, el periodo más creativo tuvo lugar en 1972. <a href="https://es.wikipedia.org/wiki/C_(lenguaje_de_programaci%C3%B3n)#cite_note-Ritchie_1993-1"><sup>1</sup></a>​ Se le dio el nombre "C" porque muchas de sus características fueron tomadas de un lenguaje anterior llamado "<a href="https://es.wikipedia.org/wiki/Lenguaje_de_programaci%C3%B3n_B">B</a>".</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-01-31 02:30:00 UTC</pubDate>
         <guid>https://padlet.com/angeljrch09/hp2boau61dimu216/wish/2462344194</guid>
      </item>
   </channel>
</rss>
