Posts by Pablo Laux • 31 points
1 post
- 
		3 votes2 answers63 viewsQ: Random numbers appear later in sorting algorithmAt the end of my program the result is giving random numbers, which occurs? main(){ int i; int a[10]; int x; int aux; for (i=0; i<10; i++){ printf ("Entre com os numeros %i: ", i); scanf ("%i",…