karimuevans2 karimuevans2 18-11-2022 Computers and Technology contestada ) Find and justify output of the following program: main() { int x [25]; x [0] = 100; x [24] = 400; printf ("\n%d %d", *x, *(x+24) + *(x+ 0)); }