πŸ“Š JAVA
Q. what is the output of below java program?
Code:
public class Main
{
	public static void main(String[] args) {
		int a = 'a';
		System.out.print(a);
	}
}
  • (A) 65
  • (B) 97
  • (C) 'a'
  • (D) a
πŸ’¬ Discuss
βœ… Correct Answer: (B) 97

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
172
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
87%
Success Rate