A(n) ________ is a character not found on common keyboards

Fill in the blank(s) with correct word

symbol

Computer Science & Information Technology

You might also like to view...

If you use Word 2013's Spelling & Grammar checker on the Review tab, it is not necessary to proofread the document

Indicate whether the statement is true or false

Computer Science & Information Technology

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

1. Using the [i] on a string variable does not check for illegal values of i. 2. A string variable and a c-string are the same data type. 3. The function used to 'put two c-strings together into one" is called 4. The following declares a c-string and initializes it to "speaker" char str[]="speaker"; 5. The following declares a c-string variable that will hold 10 letters. char str[10];

Computer Science & Information Technology