Answer the following statements true (T) or false (F)
1. The strlen function returns a C-string's length and adds one for \0.
2. The ftoa function converts a floating-point value to an ASCII value.
3. By being able to pass arrays as arguments, you can write your own functions for processing C-strings.
4. The C++ library provides functions for converting a string representation of a number to a numeric data type and vice-versa.
5. If an uppercase character is passed as an argument to the toupper function, the result will be an uppercase character.
1. F
2. F
3. T
4. T
5. T
You might also like to view...
RAM's main priority on the motherboard is to speed up the time of transfer between the CPU, RAM, and disk drives attached
Indicate whether the statement is true or false
Which of the following choices is not one of the three different types of testing that occurs as part of the software construction process?
A. verification testing B. unit testing C. integration testing D. qualification testing