Thread: Search element in array using function help plz

  1. #1
    Registered User
    Join Date
    Aug 2015
    Posts
    75

    Search element in array using function help plz

    i have write code for searching element in array of intgers
    its working but i have to do this program using function.
    can anyone write code for function?

  2. #2
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Quote Originally Posted by san12345 View Post
    i have write code for searching element in array of intgers
    its working but i have to do this program using function.
    can anyone write code for function?
    Surely you are aware of the homework policy by now, that we do not hand out solutions.

    It's good you have a working version. Now try putting the appropriate code into a function as per your requirements. If you don't know how to write functions, read about this in your text book or online tutorial, and try to understand the concepts before applying them to your code.

    If at any point you get stuck, post your progress along with specific questions.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Search minimum element
    By telmo_d in forum C Programming
    Replies: 17
    Last Post: 05-07-2015, 02:54 PM
  2. Replies: 8
    Last Post: 02-02-2015, 02:31 PM
  3. Replies: 4
    Last Post: 07-13-2012, 12:46 AM
  4. Replies: 4
    Last Post: 04-13-2012, 09:19 AM
  5. Replies: 3
    Last Post: 03-16-2012, 04:42 AM