Multiple-Choice Questions
Web Technologies MCQs
Computer Science Subjects MCQs
Databases MCQs
Programming MCQs
Testing Software MCQs
Digital Marketing Subjects MCQs
Cloud Computing Softwares MCQs
AI/ML Subjects MCQs
Engineering Subjects MCQs
Office Related Programs MCQs
Management MCQs
More
Home » MCQs » Scala MCQs
53. The output of the following code is -
object MyClass{ def main(args:Array[String]) { var a = 43 a += 4 a -= 3 println(a) } }
Answer: B) 44
Comments and Discussions!
Load comments ↻
Recently Published MCQs