Answer the following statements true (T) or false (F)
1. In your C++ program, you can use reserved words as variable names.
2. The C++ compiler considers grossPay to be the same identifier as grosspay
3. When the C++ compiler sees this statement:
double pay;
it allocates a memory cell to hold the value of a double type variable and it remembers that we want to call this cell pay
4. The C++ compiler processes the following two statements in exactly the same way.
5. A C++ compiler ignores the underscore character, so fly_home and fly home would be treated as the same identifier.
1. (False)
2. (False)
3. (True)
4. (False)
const double pi = 3.14;
pi = 3.14;
5. (False)
You might also like to view...
A style that can be accessed from a Ribbon gallery of thumbnails is a(n) ________
A) Quick Style B) Template Style C) Fast Style D) Live Style
Organizing your site's pages in a logical way will determine how well visitors can move from page to page at the site.
Answer the following statement true (T) or false (F)
Which of the following is not one of the four types of database access?
A) Compressed B) Distributed C) Individual D) Public E) Shared
Matt, a security analyst, discovered that a commonly used website is serving up a script that redirects users to a questionable website. Which of the following solutions MOST likely prevents this from occurring?
A. Anti-malware B. NIDS C. Pop-up blocker D. Anti-spam