<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
	<id>https://wiki.ifsc.edu.br/index.php?action=history&amp;feed=atom&amp;title=ExercMatrizes3</id>
	<title>ExercMatrizes3 - Histórico de revisão</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ifsc.edu.br/index.php?action=history&amp;feed=atom&amp;title=ExercMatrizes3"/>
	<link rel="alternate" type="text/html" href="https://wiki.ifsc.edu.br/index.php?title=ExercMatrizes3&amp;action=history"/>
	<updated>2026-06-02T09:12:25Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.ifsc.edu.br/index.php?title=ExercMatrizes3&amp;diff=19612&amp;oldid=prev</id>
		<title>imported&gt;Fargoud: Criou página com ' #include &lt;stdio.h&gt;  #include &lt;stdlib.h&gt;    #define NLINHAS 2  #define NCOLUNAS 3  int main()  {   int i, j, Mat[NLINHAS][NCOLUNAS];     printf(&quot;PROGRAMA DA MATRIZ TRANSPOSTA\...'</title>
		<link rel="alternate" type="text/html" href="https://wiki.ifsc.edu.br/index.php?title=ExercMatrizes3&amp;diff=19612&amp;oldid=prev"/>
		<updated>2019-10-22T13:28:01Z</updated>

		<summary type="html">&lt;p&gt;Criou página com &amp;#039; #include &amp;lt;stdio.h&amp;gt;  #include &amp;lt;stdlib.h&amp;gt;    #define NLINHAS 2  #define NCOLUNAS 3  int main()  {   int i, j, Mat[NLINHAS][NCOLUNAS];     printf(&amp;quot;PROGRAMA DA MATRIZ TRANSPOSTA\...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt; #include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
 #include &amp;lt;stdlib.h&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 #define NLINHAS 2&lt;br /&gt;
 #define NCOLUNAS 3&lt;br /&gt;
 int main()&lt;br /&gt;
 {   int i, j, Mat[NLINHAS][NCOLUNAS];&lt;br /&gt;
    printf(&amp;quot;PROGRAMA DA MATRIZ TRANSPOSTA\n&amp;quot;);&lt;br /&gt;
    for(i=0;i&amp;lt;NLINHAS;i++) //conta as linhas&lt;br /&gt;
        for(j=0;j&amp;lt;NCOLUNAS;j++)//conta as colunas&lt;br /&gt;
       { printf(&amp;quot;\nEntre com o elemento [%d,%d]:&amp;quot;, i+1,j+1 );&lt;br /&gt;
         scanf(&amp;quot;%d&amp;quot;, &amp;amp;Mat[i][j]);&lt;br /&gt;
       }&lt;br /&gt;
 &lt;br /&gt;
    printf(&amp;quot;\nA matriz transposta \202:\n\n&amp;quot;);&lt;br /&gt;
    for(i=0;i&amp;lt;NCOLUNAS;i++) //conta as linhas&lt;br /&gt;
   {   printf(&amp;quot;|  &amp;quot;);&lt;br /&gt;
       for(j=0;j&amp;lt;NLINHAS;j++)//conta as colunas&lt;br /&gt;
         printf(&amp;quot; %3d &amp;quot;, Mat[j][i] );&lt;br /&gt;
       printf(&amp;quot;   |\n&amp;quot;);&lt;br /&gt;
   }&lt;br /&gt;
    return 0;&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>imported&gt;Fargoud</name></author>
	</entry>
</feed>