¿Qué imprime el siguiente código?
int[] datos = {1, 2, 3, 4, 5}; Console.WriteLine(datos[4]);
1
2
5
4