test 2 review
What is the value Num = atoi ("1000");
1000
which of the following is required to close a structure
;
A test using the isupper function will return false if the argument is an uppercase character
False
what is the escape sequence that represents null terminator
\0
to test if a character is printable what function do you use
isprint
out <<toupper( tolower('z')) << endl;
lower case z
what is the result char a upercase to lowercase (A)
lowercase a
idnum is a _ structure
member
structure variable maybe passed from arguments to functions
true
datatype created by the programer
abstract data type
what describes only the general characteristics of a object
abstractractions
which of the following is an example of c++ primative data type
all of the above
which of the following coverts the string from "10" into ("10")
ati ("10")
a sructure _ contain members of the same data type
can
before a structure can be used it must be
declared
general characteristic of cout
displays the output
what allows you to acces structure memory
dot operator
in c++ c strings is a sequence of characters that is terminated by
null terminator
what function changes character argument from lowercase to uppercase
to upper