0
0
What is output of the following code:public class Test{ public static void main(String[] args){ int[] x = {120, 200, 016 }; for(int i = 0; i < x.length; i++) System.out.print(x[i] + " "); }}
What is output of the following code:public class Test{ public static void main(String[] args){ int[] x = {120, 200, 016 }; for(int i = 0; i < x.length; i++) System.out.print(x[i] + " "); }}
A). 120 200 16
B). 120 200 14
C). 120 200 016
D). 016 is a compile error. It should be written as 16.
This Question has 1 answers.
120 200 14
016 is an octal number. The prefix 0 indicates that a number is in octal.
Similar Questions
- Two types of rice (type 1 and type 2) were mixed in the respective ratio of 1 : 3. The mixture was then sold @ 75.60 per kg to gain a profit of 20%. If the price of type 1 rice is Rs. 75 per kg, what is the price of type 2 price per kg?
- Direction: Read the following information carefully and answer the questions that follow: P, V, X, A, D, I, K and U set out for trip for different number of days such as 2, 8, 11, 5, 6, 4, 7 and 3, they go to the trip in the same order but the order of n
- Two towns P & Q are 275 km apart. A motorcycle rider starts from P towards Q at 8 a.m. at the speed of 25 km/hr. Another rider starts from Q towards P at 9 a.m. at the speed of 20 km/hr. Find at what time they will cross each other?
- Train A takes 45 minutes more than train B to travel a distance of 450 km. Due to engine trouble speed of train B falls by a quarter, so it takes 30 minutes more than Train A to complete the same journey. What is the speed of Train A (in km/hr)?
- X and Y are two alloys which are prepared by mixing zinc and aluminium in the ratio of 1 : 4 and 11 : 8 respectively. If equal quantities of alloys are melted to form a third alloy Z then what is the ratio of zinc and aluminium in alloy Z?