Which of the following is default value of 'int' data type?
0
null
True
False
Correct Answer: A — 0
Explanation:
Default value is assigned to a variable by memory when it is declared but not initialized.