Question: must be done in C The following three code snippets have errors. Find and fix the errors. int* number; printf(%d , *number); int* x, y;
The following three code snippets have errors. Find and fix the errors. int* number; printf("%d ", *number); int* x, y; float x - 19.34; float xPtr = &x; print f ( " % f ", XPtr)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
