The int isupper(charExp) function returns a true (non-zero integer) if charExp evaluates to a(n) ____________________ letter.

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


uppercase
capital

Computer Science & Information Technology

You might also like to view...

What happens when a catch handler throws an exception?

What will be an ideal response?

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 2-1Megan is having a lot of fun with Adobe Flash CS6 because she is an excellent artist with a knack for quickly learning new software and applying her considerable artistic skills to her multimedia work. Because Megan is so experienced, which of the following modifier options is she most likely to use as she is drawing in Pencil Mode?

A. Ink B. Smooth C. Straighten D. Expert

Computer Science & Information Technology

Most mass-mailing databases are legitimately compiled from customer lists.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A ____ declares the function to the compiler-it tells the compiler the name of the function, the data type of the value that the function will return (the keyword void indicates that the function will not be returning any value), and the data types of each argument that the function expects to receive when it is called.

A. function prototype B. function header C. function body D. function declarator

Computer Science & Information Technology