Answer the following statements true (T) or false (F)

1. Floating point constants are normally stored in memory as doubles.
2. C++ does not have a built-in data type for storing strings of data.
3. A named constant is like a variable, but it its content cannot be changed while the program is running.
4. C++ 11 introduced an alternative way to define variables, using the template key word and an initialization value.


1. T
2. T
3. T
4. F

Computer Science & Information Technology

You might also like to view...

When writing a class for an array-based implementation of a list, the class that defines an iterator for the list should be

a) public b) iterable c) an interface d) an inner class e) none of the above

Computer Science & Information Technology

Are any of the utilities discussed in this chapter located in more than one directory on the local system? If so, which ones?

What will be an ideal response?

Computer Science & Information Technology

Which of the following is the aspect ratio for a wide screen?

A. 4:3 B. 8:6 C. 12:9 D. 16:9

Computer Science & Information Technology

Which of the following resources is an excellent starting point for security professionals when investigating VBScript vulnerabilities?

A. CVE Web site B. CERT C. Microsoft Security Bulletin D. Macromedia security

Computer Science & Information Technology