Computer Science, asked by rahul19mar1995, 8 months ago

Function which returns day of week is
फंक्शन जो सप्ताह का दिन रिटर्न करता है
Select one:
a. Cdow()
Cdowo
b. Dow() and Cdow)
Dow() और Cdow() दोनों
c. Dow()
Dow()
O d. None
None​

Answers

Answered by jayparkashyadav17
1

Answer:

b

Explanation:

the computer was returned day of week

Answered by priyarksynergy
0

OPTION (b) IS CORRECT.

b. Dow() and Cdow()

Explanation:

  • The function strings CDOW() and DOW() returns a character string.
  • The character string contains name of day when specified data is entered.
  • They will return an integer indicating Date_Time value.
  • Examples:

       cdow(START) -> "Friday", if START contains 11/20/20

       cdow( ctod( "12/20/20") ) ->  "Tuesday"

Similar questions