How can A send the date to B so that A does not have to do any conversion?

Process A sends to process B a single data item, a date. Process A uses the American date format: // (for example: 01/31/2001. Process B uses the European date format: //(for example:31/01/2001.)
Suppose the same date has to be communicated to Process C, which uses a date format of --(for example; 2001-01-31).

A sends the date in American format. B will have to convert the date to its local format upon receiving the date.

Computer Science & Information Technology

You might also like to view...

The ____________ statement transfers control from a function back to the function that activated it.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The two characters \ and ____, when used together, are called a newline escape sequence.

A. n B. e C. w D. x

Computer Science & Information Technology