3. When assigning a float variable to an int variable, what is lost? 4. In the statement x = y; which variable is updated, x or y? 5. What include file is needed to make use of vector variables? 6. Give an example of a unary operator and a binary operator. 7. Write a line of code that declares an int type of variable and initializes it to the value 23. 8. A variable declared outside of any function is called a 9. You end a multi-line comment with 10. What do you call the variable RATE in the following statement: const double RATE = 0.75; variable.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter10: Pointers
Section: Chapter Questions
Problem 2PP
icon
Related questions
Question

Answer every part pls

3. When assigning a float variable to an int variable, what is lost?
4. In the statement x = y; which variable is updated, x or y?
What include file is needed to make use of vector variables?
Give an example of a unary operator and a binary operator.
5.
6.
7.
Write a line of code that declares an int type of variable and initializes it to the value 23.
8.
A variable declared outside of any function is called a
9. You end a multi-line comment with
10. What do you call the variable RATE in the following statement:
const double RATE = 0.75;
11. What is the function performed by the cout object?
variable.
12. You can put several statements on the same line, true or false?
13. Write a single statement that outputs two variables x and y to the screen.
14. After the statement int result = sizeof (int); what is the value of result?
15. In the statement v = 5+3-2; which is performed first, the minus or the plus?
16. The expression (6-2)* (5+3)/3 evaluates to
Transcribed Image Text:3. When assigning a float variable to an int variable, what is lost? 4. In the statement x = y; which variable is updated, x or y? What include file is needed to make use of vector variables? Give an example of a unary operator and a binary operator. 5. 6. 7. Write a line of code that declares an int type of variable and initializes it to the value 23. 8. A variable declared outside of any function is called a 9. You end a multi-line comment with 10. What do you call the variable RATE in the following statement: const double RATE = 0.75; 11. What is the function performed by the cout object? variable. 12. You can put several statements on the same line, true or false? 13. Write a single statement that outputs two variables x and y to the screen. 14. After the statement int result = sizeof (int); what is the value of result? 15. In the statement v = 5+3-2; which is performed first, the minus or the plus? 16. The expression (6-2)* (5+3)/3 evaluates to
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Datatypes
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr