Which of the following is false?

a) A string may include letters, digits, and various special characters (i.e., +, -, * ).
b) A string in C is an array of characters ending in the null character (‘\0’).
c) String literals are written inside of single quotes
d) A string may be assigned in a definition to either a character array or a variable of type char *.


c) String literals are written inside of single quotes

Computer Science & Information Technology

You might also like to view...

Create version 2.1 of the s.input.c file after creating versions 1.1, 1.2, 1.3, and 1.2.1.1. What command did you use? Show the command with its output

What will be an ideal response?

Computer Science & Information Technology

What would the browser display if this script was executed?

``` ``` a) undefined b) 0 c) 8 d) 9

Computer Science & Information Technology

The very first time a document is saved the ________ field and the ________ field will have the same name

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is NOT an example of nonvolatile storage?

A. Hard drive B. DVD C. RAM D. Flash drive

Computer Science & Information Technology