Question: Given the following C function: char check(int value) } if (value== 0) ( } return 1; return -1; a) Is it possible to perform
Given the following C function: char check(int value) } if (value== 0) ( } return 1; return -1; a) Is it possible to perform a forward declaration of this function? b) If so, give an example
Step by Step Solution
3.52 Rating (152 Votes )
There are 3 Steps involved in it
a No it is not possible to perform a forward declara... View full answer
Get step-by-step solutions from verified subject matter experts
