Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@neeraj-iAaNcG • Jun 30, 2012
What does prototype of function has to do with passing string? Pass a character array for string like
return_type function_name(char a[], int size) -
@rapid-rahul-NiWjFZ • Jun 30, 2012
thanx....Nick_SharmaWhat does prototype of function has to do with passing string? Pass a character array for string like
return_type function_name(char a[], int size) -
@vikash-verma-jF0MOy • Jul 1, 2012
in java, this is the prototype...
returnType functionName(String string)