How to pass a string

rapid_rahul

rapid_rahul

@rapid-rahul-NiWjFZ Oct 26, 2024
how can we pass the string..what is the prototype of the function..please help me

Replies

Welcome, guest

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

CrazyEngineers powered by Jatra Community Platform

  • Neeraj Sharma

    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

    @rapid-rahul-NiWjFZ Jun 30, 2012

    Nick_Sharma
    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)
    thanx....
  • Vikash Verma

    Vikash Verma

    @vikash-verma-jF0MOy Jul 1, 2012

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