Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Neeraj Sharma

    @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

    @rapid-rahul-NiWjFZ • Jun 30, 2012

    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)

    thanx....

  • Vikash Verma

    @vikash-verma-jF0MOy • Jul 1, 2012

    in java, this is the prototype...
    returnType functionName(String string)