Multiple choice technology mainframe Which of the following Instructions is used to define a Constant in Assembler? DS DC No such instruction exists. Both 1 and 2 Reveal answer Fill a bubble to check yourself B Correct answer Explanation In assembler languages, DC stands for Define Constant, while DS stands for Define Storage. DC is used to allocate memory and initialize it with constant values.