KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: March

Course Name: C++                    Lesson Name: Chap 13.1a

Student Name

Password


Objective
To complete the workbook problems.


Primary Focus
Select the correct answers below.

Site Links
Course Home Page

Additional Resources

Site Links


Question #1

The position of the null terminator is equivalent to the length of a string.

True         False


Question #2

When using the strcat function, if the end of the destination string is reached, the strcat function will automatically allocate more memory to complete the string concatenation.

True         False


Question #3

The strcmp function can tell you which string comes first alphabetically.

True         False


Question #4

A string length function can be created using a while loop.

True         False


Question #5

In order to use the C++ library functions strlen and strcat the compiler directive #include must appear at the top of the program.

True         False