Question: Given the program below, replace the [pointerSymbol] in the 10 instances with one of the following terms: '&', '*, or 'none'. (The last [pointerSymbol10]

 Given the program below, replace the [pointerSymbol] in the 10 instances with 

Given the program below, replace the [pointerSymbol] in the 10 instances with one of the following terms: '&', '*, or 'none'. (The last [pointerSymbol10] is equivalent to 'none'). #include #include void main() { int i, num; float [pointerSymboll]data; printf("Enter total number of elements (1 to 100):"); scanf("%d", [pointerSymbol2]num); data = (float[pointerSymbo13])calloc(num, sizeof(float)); if( [pointer-Symbol4] data=NULL){ printf("Error!!! memory not allocated."); exit(0); } printf(" "); for(i=0; i

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Here are the replacem... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!