Question
Each of the following definitions and program segments has errors. Locate as many as you can.float level;int fptr = &level;
Step 1
The variable `level` is declared as a `float`, which is correct. However, the variable `fptr` is declared as an `int`, which is incorrect because it is intended to hold the address of a `float` variable. Show more…
Show all steps
Your feedback will help us improve your experience
18,000,000+
Students on Numerade
Trusted by students at 8,000+ universities
Watch the video solution with this free unlock.
EMAIL
PASSWORD