The CMP instruction can be used to evaluate two ASCII strings. What does it mean for two strings to be equal?
What will be an ideal response?
Two ASCII strings can be compared with simple compare operations such as equal, not equal, greater than, and so on. Strings are equal if their characters match.
You might also like to view...
Which of the following statements is true for a doubly linked list?
a. It has twice the number of nodes as a normal linked listed b. It stores the elements in a sorted manner c. It has a backup of the data d. It has at least two pointers in each node
Trends that involve time are best displayed with a ________ chart
A) pie B) bar C) column D) line
The Report tool guides you through creating a report by asking you questions. The report is created based upon your answers to the questions
Indicate whether the statement is true or false
When output is meant for the screen, you should use the ____ keyword.
A. Declare B. Print C. Display D. Input