<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Maximum of three numbers using ternary operator by N ANITHA anitha.it</title>
      <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2</link>
      <description>Type code here with your name and roll number</description>
      <language>en-us</language>
      <pubDate>2021-09-09 16:05:18 UTC</pubDate>
      <lastBuildDate>2021-09-14 15:19:44 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>SANTHOSH V G 20EER084</title>
         <author>santhoshvg20eee</author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1728595627</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp;printf("Enter the 3 values");<br>&nbsp; &nbsp;scanf("%d %d %d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp;(a&gt;b &amp;&amp; a&gt;c)?printf("A is maximum"):(b&gt;c&amp;&amp;b&gt;a)?printf("B is maximum"):printf("C is maximum");<br>   return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-09 16:17:42 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1728595627</guid>
      </item>
      <item>
         <title>LIVINKUMAR D 20EER057                                        </title>
         <author>livinkumard20eee</author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1728662470</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;&nbsp; &nbsp; &nbsp; &nbsp; int main()&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{&nbsp;<br>&nbsp; &nbsp; int a,b,c;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; printf("Enter the 3 values");&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; scanf("%d %d %d",&amp;a,&amp;b,&amp;c);&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (a&gt;b &amp;&amp; a&gt;c)?printf("A is maximum"):(b&gt;c&amp;&amp;b&gt;a)?printf("B is maximum"):printf("C is maximum");&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return 0;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br>&nbsp;&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-09 16:42:29 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1728662470</guid>
      </item>
      <item>
         <title>maximum of three numbers</title>
         <author>vigneshv20eee</author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1730010195</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>int main()<br>{<br>	int a,b,c;<br>	printf("enter the value of a,b,c");<br>	scanf("%d %d %d",&amp;a,&amp;b,&amp;c);<br>	{<br>	(a&gt;b&amp;&amp;a&gt;c)?printf("a is maximum"):(b&gt;c)?printf("b is maximum"):printf("c is maximum");<br>	return 0;<br>&nbsp; &nbsp; }<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 04:17:53 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1730010195</guid>
      </item>
      <item>
         <title>vignesh.v            20EER100</title>
         <author>vigneshv20eee</author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1730014066</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>int main()<br>{<br>	int a,b,c;<br>	printf("enter the value of a,b,c");<br>	scanf("%d %d %d",&amp;a,&amp;b,&amp;c);<br>	{<br>	(a&gt;b&amp;&amp;a&gt;c)?printf("a is maximum"):(b&gt;c)?printf("b is maximum"):printf("c is maximum");<br>	return 0;<br>&nbsp; &nbsp; }<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 04:20:13 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1730014066</guid>
      </item>
      <item>
         <title>Parvathavarthini S 20EER068</title>
         <author>parvathavarthinis20eee</author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1730106134</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp;printf("Enter the 3 values");<br>&nbsp; &nbsp;scanf("%d %d %d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp;(a&gt;b &amp;&amp; a&gt;c)?printf("A is maximum"):(b&gt;c&amp;&amp;b&gt;a)?printf("B is maximum"):printf("C is maximum");<br>&nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 05:16:44 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1730106134</guid>
      </item>
      <item>
         <title>20EER074 Praveenkumar k</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1730225097</link>
         <description><![CDATA[<div>#include&lt;studio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; &nbsp; &nbsp;int a,b,c;<br>       printf("enter the three values");<br>&nbsp; &nbsp; &nbsp; scanf("%d%d%d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp; &nbsp; (a&gt;b&amp;&amp;a&gt;c)?printf("a is maximum"):&nbsp; &nbsp; &nbsp; &nbsp; (b&gt;c&amp;&amp;b&gt;a)?printf("b is maximum"):<br>&nbsp; &nbsp; &nbsp; ("c is maximum");<br>&nbsp; &nbsp; &nbsp; &nbsp;return 0;<br>}<br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 06:37:00 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1730225097</guid>
      </item>
      <item>
         <title>SABITHRA M (20EER081)</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1730283686</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>int main()<br>{<br>int a, b, c;<br>scanf("%d %d %d",&amp;a, &amp;b, &amp;c);<br>(a&gt;b&amp;&amp;a&gt;c)?printf("a is maximum"):(b&gt;c)?printf("b is maximum"):printf("c is maximum");<br>return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 07:15:26 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1730283686</guid>
      </item>
      <item>
         <title>SHARUNITHI G 20EER089</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1730507562</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; &nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp; &nbsp; &nbsp;Printf("enter the value of a,b and c);<br>&nbsp; &nbsp; &nbsp; &nbsp;scanf ("%d%d%d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp; &nbsp; &nbsp;(a&gt;b &amp;&amp; a&gt;c)? printf("%d is maximum",a):(b&gt;c &amp;&amp; b&gt;a)?printf("%d is maximum",b):printf("%d is maximum",c);<br>&nbsp; &nbsp; &nbsp; &nbsp; return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 09:31:30 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1730507562</guid>
      </item>
      <item>
         <title>RANJITH KUMAR T 20EER078</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1731009004</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp;printf("Enter the 3 values");<br>&nbsp; &nbsp;scanf("%d %d %d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp;(a&gt;b &amp;&amp; a&gt;c)?printf("A is maximum"):(b&gt;c&amp;&amp;b&gt;a)?printf("B is maximum"):printf("C is maximum");<br>&nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 14:09:53 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1731009004</guid>
      </item>
      <item>
         <title>SENTHAMILARASU 20EER088</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1731060939</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp;printf("Enter the 3 values");<br>&nbsp; &nbsp;scanf("%d %d %d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp;(a&gt;b &amp;&amp; a&gt;c)?printf("A is maximum"):(b&gt;c&amp;&amp;b&gt;a)?printf("B is maximum"):printf("C is maximum");<br>&nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 14:27:29 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1731060939</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1731167748</link>
         <description><![CDATA[<div>int main()<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; int a,b,c;<br>&nbsp; &nbsp; printf("enter the 3 numbers");<br>&nbsp; &nbsp; scanf("%d%d%d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp; (a&gt;b&amp;&amp;a&gt;c)?printf("a is maximum"):      (b&gt;a&amp;&amp;b&gt;c)?printf("b is     maximum"):printf("c is maximum");<br>return 0;<br>    }</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 15:05:48 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1731167748</guid>
      </item>
      <item>
         <title>Priya amrisha 20EER076 </title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1731186321</link>
         <description><![CDATA[<div># include&lt;stdio.h&gt;<br>int main()<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; int a,b,c;<br>&nbsp; &nbsp; printf("enter the 3 numbers");<br>&nbsp; &nbsp; scanf("%d%d%d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp; (a&gt;b&amp;&amp;a&gt;c)?printf("a is maximum"):&nbsp; &nbsp; &nbsp; (b&gt;a&amp;&amp;b&gt;c)?printf("b is&nbsp; &nbsp; &nbsp;maximum"):printf("c is maximum");<br>return 0;<br>&nbsp; &nbsp; }</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 15:12:57 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1731186321</guid>
      </item>
      <item>
         <title>PRAVEENRAJ A M 20EER075</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1731213941</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp;printf("Enter the 3 numbers");<br>&nbsp; &nbsp;scanf("%d %d %d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp;(a&gt;b &amp;&amp; a&gt;c)?printf("a is maximum"):(b&gt;c&amp;&amp;b&gt;a)?printf("b is maximum"):printf("c is maximum");<br>&nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 15:22:50 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1731213941</guid>
      </item>
      <item>
         <title>NITHESHNARAYAN.V  20EER067</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1731328140</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>int main()<br>{<br>	int a,b,c;<br>	printf("enter the value of a,b,c");<br>	scanf("%d %d %d",&amp;a,&amp;b,&amp;c);<br>	{<br>	(a&gt;b&amp;&amp;a&gt;c)?printf("a is maximum"):(b&gt;c)?printf("b is maximum"):printf("c is maximum");<br>	return 0;<br>&nbsp; &nbsp; }<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 16:07:01 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1731328140</guid>
      </item>
      <item>
         <title>NAVANEETHAN. S (20EER065)</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1731519577</link>
         <description><![CDATA[<div>#include&lt;stdio.h&gt;<br>int main()<br>{&nbsp;<br>int a,b,c;<br>printf("enter your numbers here");<br>scanf("%d%d%d",&amp;a,&amp;b, &amp;c);<br>(a&gt;b&amp;&amp;a&gt;c)?printf("a is maximum"): (b&gt;a&amp;&amp;b&gt;c)?printf("b is maximum"): printf("c is maximum");<br>return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-10 17:25:58 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1731519577</guid>
      </item>
      <item>
         <title>PIRANAV-20EER070</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1732258518</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; &nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp; &nbsp; &nbsp;Printf("enter the value of a,b and c);<br>&nbsp; &nbsp; &nbsp; &nbsp;scanf ("%d%d%d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp; &nbsp; &nbsp;(a&gt;b &amp;&amp; a&gt;c)? printf("%d is maximum",a):(b&gt;c &amp;&amp; b&gt;a)?printf("%d is maximum",b):printf("%d is maximum",c);<br>&nbsp; &nbsp; &nbsp; &nbsp; Return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 05:00:53 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1732258518</guid>
      </item>
      <item>
         <title></title>
         <author>priyadharshinit20eee</author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1732261293</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; &nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp; &nbsp; &nbsp;Printf("enter the value of a,b and c);<br>&nbsp; &nbsp; &nbsp; &nbsp;scanf ("%d%d%d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp; &nbsp; &nbsp;(a&gt;b &amp;&amp; a&gt;c)? printf("%d is maximum",a):(b&gt;c &amp;&amp; b&gt;a)?printf("%d is maximum",b):printf("%d is maximum",c);<br>&nbsp; &nbsp; &nbsp; &nbsp; Return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 05:06:14 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1732261293</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1732277516</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp;printf("Enter the 3 values");<br>&nbsp; &nbsp;scanf("%d %d %d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp;(a&gt;b &amp;&amp; a&gt;c)?printf("A is maximum"):(b&gt;c&amp;&amp;b&gt;a)?printf("B is maximum"):printf("C is maximum");<br>&nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 05:40:21 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1732277516</guid>
      </item>
      <item>
         <title>NANDHASREE S (20EER064)</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1732278008</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp;printf("Enter the 3 values");<br>&nbsp; &nbsp;scanf("%d %d %d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp;(a&gt;b &amp;&amp; a&gt;c)?printf("A is maximum"):(b&gt;c&amp;&amp;b&gt;a)?printf("B is maximum"):printf("C is maximum");<br>&nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 05:41:25 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1732278008</guid>
      </item>
      <item>
         <title>20EER086 SATHEESHKUMAR G</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1732280736</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp;int x,y,z;<br>&nbsp; &nbsp;printf("Enter the values");<br>&nbsp; &nbsp;scanf("%d %d %d",&amp;x,&amp;y,&amp;z);<br>&nbsp; &nbsp;(x&gt;y &amp;&amp; x&gt;z)?printf("x is maximum"):(y&gt;z&amp;&amp;y&gt;x)?printf("y is maximum"):printf("z is maximum");<br>&nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-11 05:47:06 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1732280736</guid>
      </item>
      <item>
         <title>SAM MATHEW.M 20EER082</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1733321889</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp;printf("Enter the 3 numbers");<br>&nbsp; &nbsp;scanf("%d %d %d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp;(a&gt;b &amp;&amp; a&gt;c)?printf("a is maximum"):(b&gt;c&amp;&amp;b&gt;a)?printf("b is maximum"):printf("c is maximum");<br>&nbsp; &nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-12 07:19:07 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1733321889</guid>
      </item>
      <item>
         <title>Mohamed Faruk Abdulla R</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1739841155</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; &nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp; &nbsp; &nbsp;Printf("enter the value of a,b and c);<br>&nbsp; &nbsp; &nbsp; &nbsp;scanf ("%d%d%d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp; &nbsp; &nbsp;(a&gt;b &amp;&amp; a&gt;c)? printf("%d is maximum",a):(b&gt;c &amp;&amp; b&gt;a)?printf("%d is maximum",b):printf("%d is maximum",c);<br>&nbsp; &nbsp; &nbsp; &nbsp; Return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-14 15:18:50 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1739841155</guid>
      </item>
      <item>
         <title>NAVEENA T 20EER066</title>
         <author></author>
         <link>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1739844322</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; &nbsp; &nbsp;int a,b,c;<br>&nbsp; &nbsp; &nbsp; &nbsp;Printf("enter the value of a,b and c);<br>&nbsp; &nbsp; &nbsp; &nbsp;scanf ("%d%d%d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp; &nbsp; &nbsp;(a&gt;b &amp;&amp; a&gt;c)? printf("%d is maximum",a):(b&gt;c &amp;&amp; b&gt;a)?printf("%d is maximum",b):printf("%d is maximum",c);<br>&nbsp; &nbsp; &nbsp; &nbsp; Return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-09-14 15:19:44 UTC</pubDate>
         <guid>https://padlet.com/anitha_it/m7wbfr58lljqhau2/wish/1739844322</guid>
      </item>
   </channel>
</rss>
