Member • Jun 29, 2012
-
rapid_rahulhow can we pass the string..what is the prototype of the function..please help me
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a
member of our community. Consider creating an
account or login.
Replies
-
Member • 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)Are you sure? This action cannot be undone. -
Member • 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)Are you sure? This action cannot be undone. -
Member • Jul 1, 2012
in java, this is the prototype...
returnType functionName(String string)Are you sure? This action cannot be undone.