Favor de eliminar esta consulta.. gracias!
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCitar
`s'
If the setuid or setgid bit and the corresponding executable bit are both set.
`S'
If the setuid or setgid bit is set but the corresponding executable bit is not set.
chmod(fileName,00777);
file = open(name,O_RDWR | O_CREAT, S_IRWXU | S_IRWXG | S_IRWXO);
for (i=0;i<=n-2;i++)
{
for (j=1;j<=n-1;j++)
{
if (j != i)
sumar = sumar + m[i][j];
}
}