Dates are stored:

A) in the form mm/dd/yyyy. B) as strings.
C) as numbers. D) in the form mm/dd/yy.

C

Computer Science & Information Technology

You might also like to view...

Which of the following function declarations can be passed the following array? char myArray[6][8];

a. void f1(char a[][], int sizeOfFirst); b. void f1(char a[][8], int sizeOfFirst); c. void f1(char& a, int sizeOfFirst); d. void f1(char a[6][8], int sizeOfFirst); e. B and D f. A and D

Computer Science & Information Technology

What four basic protections can cryptography support?

What will be an ideal response?

Computer Science & Information Technology