Which piece of code is self-documented-05730
Which piece of code is self-documented?
This multiple choice question (MCQ) is related to the book/course vu cs504 Software Engineering - I. It can also be found in vu cs504 Final Term - Quiz No.1.
Which piece of code is self-documented?
if (x==0) // this is the case when we are allocating a new number
if (AllocFlag == 0)
If (AllocFlag == NEW_NUMBER)
None of the given