CSCE 121 Chapter Notes - Chapter 2: Newline, Inta, Reserved Word

35 views5 pages

Document Summary

In c++, reserved words are the same as predefined identifiers. The maximum number of significant digits in values of the double type is 15. The maximum number of significant digits in float values is up to 6 or 7. An operator that has only one operand is called a unique operator. If a c++ arithmetic expression has no parentheses, operators are evaluated from left to right. A mixed arithmetic expression contains all operands of the same type. After the execution of the statement ++a; the value of a is 6. The escape sequence \r moves the insertion point to the beginning of the next line. A comma is also called a statement terminator. The statement sum += 7; is equivalent to the statement sum = sum + 7; The ____ rules of a programming language tell you which statements are legal, or accepted by the programming. Which of the following is a reserved word in c++: char, char.

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents