Q. Which keyword is used instead of the assignment operator to initialize variables?
β
Correct Answer: (B)
DEFAULT
Explanation: Using the default value for a variable will give it a typical value. The value for that variable will be fixed.