adplus-dvertising
frame-decoration

Question

You typically initialize Character variables to _____

a.

a space enclosed in double quotes

b.

a space enclosed in single quotes

c.

the letter O

d.

the number 0

Answer: (b).a space enclosed in single quotes

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. You typically initialize Character variables to _____

Similar Questions

Discover Related MCQs

Q. One way pointers are useful is to refer to a memory address that has no _____

Q. Which of the following is the fourth problem-solving step?

Q. The while loop is referred to as a(n) _____ loop because the loop condition is tested at the beginning of the loop

Q. The word case used in the switch statement represents a

Q. The statement int num[2][3]={ {3,8,6}, {9,4,7}};

Q. The store of memory available to programs is the _____

Q. The most common operation used in constructors is _____

Q. When a function performs tasks based on a decision, it has _____

Q. A variable is _____

Q. A function can

Q. The statement float values[]={3.14, -7.86, 36.96, 4.87};

Q. When the compiler places a copy of a small function's statements directly into a program, the function is said to be _____

Q. A group of related fields that contain all of the data about a specific person, place, or thing is called a

Q. To send output to a file, you need to include the _____ header file in your program

Q. A C++ _____ is a program that runs in a DOS window

Q. A 'C' function does not contain

Q. _____ variables remain in memory until the program ends

Q. Which of the following is false?

Q. _____ variables are declared outside of any statement block

Q. Variable names known only to the procedure in which they are declared are ________