Thread: User defined function

  1. #1
    Registered User
    Join Date
    May 2020
    Posts
    1

    User defined function

    Hello all I'm wondering how to declare a user defined function with a simple example

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Every single book and tutorial that exists will show you that much.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    TEIAM - problem solved
    Join Date
    Apr 2012
    Location
    Melbourne Australia
    Posts
    1,907
    Fact - Beethoven wrote his first symphony in C

  4. #4
    Registered User rstanley's Avatar
    Join Date
    Jun 2014
    Location
    New York, NY
    Posts
    1,110
    Quote Originally Posted by Jeh View Post
    Hello all I'm wondering how to declare a user defined function with a simple example
    Once again, I strongly recommend ignoring all online tutorials, and YouTube videos, purchase a good book on the C Programming Language, updated for the latest C Standards, study each chapter, cover to cover, and do all the exercises at the end of each chapter.

    Choose one of the three listed below:

    C Programming, A Modern Approach
    Author: K. N. King

    C Primer Plus, 6th Edition
    Stephen Prata

    C How to Program, 8/e
    Deitel & Deitel

    Then you will be ready to begin programming using C.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 07-23-2013, 09:43 AM
  2. User-defined function
    By ulti-killer in forum C Programming
    Replies: 5
    Last Post: 06-10-2012, 05:27 AM
  3. User defined cos function
    By zfite in forum C Programming
    Replies: 11
    Last Post: 04-03-2011, 02:40 AM
  4. Squareroot User Defined Function
    By Air in forum C Programming
    Replies: 2
    Last Post: 01-25-2009, 05:21 PM
  5. Replies: 14
    Last Post: 03-02-2008, 01:27 PM

Tags for this Thread