Respuesta :

#include <stdio.h>

for( count = 50; count > 0; count-- )
   printf( "%d ", count );