send me some question for beginner

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wajiha
    New Member
    • Jul 2007
    • 7

    send me some question for beginner

    plz send me some question for beginners related to funtions
  • devikacs
    New Member
    • Jun 2007
    • 96

    #2
    Originally posted by wajiha
    plz send me some question for beginners related to funtions
    Hi.
    I think you could find a lot of questions for beginners anywhere including books you are referring to.
    I suggest you think of a problem youself and write a funcion for it.
    If you are a beginner to programming itself, you could probably start off with simple mathematical functions like checking whether a number is prime or not and advance the complexity as you find yourself more comfortable to code.
    When someone else is suggesting questions, they wouldnt know your exact stand to guide you

    Comment

    • kky2k
      New Member
      • May 2007
      • 34

      #3
      Originally posted by wajiha
      plz send me some question for beginners related to funtions
      since u r requesting only the questions..i am willing to help..But plz don't force me to post the ans..lets start with the basic...

      1)Explain about function in c?
      2)Difference between called function and calling function?
      3)Difference between function prototype,funct ion call,function defintion?
      4)Is it true that fn. declaration and fn. call is same?
      5)By default a fn.s return type must be a which data type?
      6)what is meant by Ansi C style and K&R style?which style is common in use?
      7)whether a fn. can return more than one value? if yes then how?
      8)whether 2 successive return statement is possible inside a fn.?
      9)Is it possible to store address of a fn. in an variable?if yes then how?
      10)Explain about function pointer?
      11)Explain about callback function?
      12)Advantages of callback in c?what can be achieveable using callback?

      i am sure 12 questions will lead u to another n number of questions...so all the best..

      Folks correct me if i am wrong anywhere?
      Last edited by kky2k; Jul 13 '07, 10:47 AM. Reason: missing word

      Comment

      • weaknessforcats
        Recognized Expert Expert
        • Mar 2007
        • 9214

        #4
        Read posting guidelines .

        Comment

        Working...