1662636 1662636 07-04-2024 Computers and Technology contestada What is the output of the the following code void main() int u i for(u=1 ;u<=5; u++ For (i =1; i<=u; i++) { Printf("%d\t" , i); } Printf("\n"); } }