When you format a date to display a certain way, you have changed the field's ________.

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

properties

Computer Science & Information Technology

You might also like to view...

Given the following strucure definition, what is the correct way to initialize a variable called today?

struct DateType { int day; int month; int year; } a. DateType today(1,1,2000); b. DateType today = (1,1,2000); c. DateType today = {1,1,2000); d. DateType today = {1,1,2000,0);

Computer Science & Information Technology

Fine lines that extend from the top and bottom of a font's letters are called ____.

A. informal fonts B. serifs C. sans serifs D. specialty fonts

Computer Science & Information Technology