CrazyEngineers
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
  • KenJackson

    MemberSep 8, 2013

    That's not enough information. Anyone can write a function named "fun" that takes a "char **" argument.

    Did you see a function in some source code somewhere that you're asking about? If you did, post the function, or post a link to it so we can look at it and comment.
    Are you sure? This action cannot be undone.
    Cancel
  • Sanyam Khurana

    MemberSep 10, 2013

    ganz6513
    void fun(char **) what is this function all about??? P.S im a beginner😁
    Post the whole function mate, how could anyone guess, what is meant for without looking at the code?

    If possible put the whole program here.

    Always ask your questions with maximum details you can provide, it would help you to get your query solved at the earliest.

    PS: char ** means pointer to a pointer which can store address of char type variable..
    Are you sure? This action cannot be undone.
    Cancel
  • Jeffrey Arulraj

    MemberSep 11, 2013

    Note that the function Fun will have return type Void and it will take a value Which has to be of pointer to pointer type of Data type Character
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register