Pages
Home
Disclaimer
Privacy
About Us
Friday, August 29, 2014
Program Tracing #1
What is the output of this program?
class Increment
{
public static void main(String arg[])
{
int g = 3;
System.out.print(++g * 8);
}
}
a) 25
b) 24
c) 32
d) 33
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment