QUESTION 34 For this question, assume that the following lines of code have been executed double x = 3.1415; //line 1 do
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
QUESTION 34 For this question, assume that the following lines of code have been executed double x = 3.1415; //line 1 do
QUESTION 34 For this question, assume that the following lines of code have been executed double x = 3.1415; //line 1 double y = 9.8765: Mine 2 double &ref = x; //line 3 //line 4 What does line 4 do? O a. Changes the value in y to 3.1415 O b. Makes the variable rof an alias for variable y Oc Changes the value in x to 9.8765 ref=y: QUESTION 35 What is wrong with the declaration? char &m; O a. The variable is a pointer and a pointer is declared using a Ob. The address of a variable cannot be found when it's declared Oc. It is not initialized
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!