1.

One among the following function prototypes is wrongly written. Identify it. Also given reason. (a) oat test (oat); (b) oat test (oat, int); (c) test (oat); (d) int test (int);

Answer»

(c) test(oat); 

Here the prototype contains no return type.



Discussion

No Comment Found