Thread: How to call a menu function?(Might not be wording it properly)

  1. #1
    Registered User
    Join Date
    Jul 2015
    Posts
    1

    How to call a menu function?(Might not be wording it properly)

    Hello all.
    I am new to this site and am just getting into c.
    I am in intro to programming concepts and am learning about functions. I have an assignment where I have to make a menu, but call it through a function.

    Can anyone help guide me past my road block? That being, I forget how to call the function and am not really sure what to set the parameters at or what the argument is..
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Welcome to the forum. In the future, you should post your code here, using code tags.

    If you "forgot" how to call a function, I'd recommend re-reading that material in your book (or even an online tutorial if you don't have a book). That's the kind of thing you want to make sure you really understand, because it will only become more prevalent as your learning material advances.

    Then give it a good try on your own. If you get stuck, post your attempt (the attached one did not show an attempt at declaring/using a custom function) along with a specific description of what you're stuck on.

    You can totally do this. If you get hung up somewhere, we'll be here to offer advice.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. O/P is not coming properly....(fork() system call)
    By dojha00 in forum C Programming
    Replies: 5
    Last Post: 02-08-2012, 02:06 PM
  2. Cannot call properly?
    By cmadore in forum C Programming
    Replies: 3
    Last Post: 03-27-2011, 12:12 PM
  3. how to properly call an executable from C code?
    By remy06 in forum C Programming
    Replies: 3
    Last Post: 05-14-2009, 03:48 AM
  4. Replies: 6
    Last Post: 06-14-2008, 08:08 AM
  5. Select Menu and Call Function
    By studentInC in forum C Programming
    Replies: 17
    Last Post: 12-14-2002, 07:42 PM

Tags for this Thread