Answer: YES
Explanation:
int year=2019;
int yearNext=2020;
int &ref=year;
<em>&ref=yearNext</em>; {This line leads to error as references cannot be reassigned}
(//compilation error: lvalue required as left operand of assignment
) lvalue(&ref) is not something which can be assigned.
To get this better, here are the difference between pointers and reference variables
Pointers
Pointers can be incremented
Array can be formed with pointers
Pointers can be reassigned
Pointer can be declared as void
Reference variable
References cannot be incremented
Array cannot be formed with references
References cannot be reassigned as references shares the address of the variable its assigned
References can never be void
Get a good education and a good job and stay focused in life
Answer:
Explanation: What type of soil?
Answer:
The answer is "Creates a profile, that permits master-detail relationship".
Explanation:
This relationship provides the relationship between parent and child when masters describe as a parent and information describes a child by which the main item controls the actions of the object of the detail.
- In this relationship, the main object history is destroyed, the detailed object associated with it will also be lost.
- It lists all related information on the details page of the database, and other choices were wrong which can't be defined in the given senior.
Learning
planning
designing
developing
testing delivering