Question: The result will be 0 because: int main() { double a = 3; double *p =&a; int i; === for (i = 1; i
The result will be 0 because: int main() { double a = 3; double *p =&a; int i; === for (i = 1; i < 3; i++){ *p = 1/4; } printf("%lf, *p); return 0; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
