The MATCH function Match_type argument specifies the item for which you are searching
Indicate whether the statement is true or false.
Answer: FALSE
Computer Science & Information Technology
You might also like to view...
In binary-synchronous protocol, which characters establishes and maintains character synchronization prior to the message block and during transmission?
a. SEQ. b. SYN. c. STX. d. EST.
Computer Science & Information Technology
To subtract one day from DateTime variable dtmDay’s value, assign the value returned by to dtmDay.
a) dtmDay.AddHours( -24 ); b) dtmDay.SubtractDays( 1 ); c) dtmDay.AddDays( -1 ); d) Both a and c.
Computer Science & Information Technology