1.

Write the prototype of a function check which takes an integer as an argument and returns a character. 

Answer»

char check (int x); char check (int x);



Discussion

No Comment Found

Related InterviewSolutions