Posts Tagged ‘Functions in C’

  • Questions on Functions in C Language

    Jan 10, 13 • 13064 Views • Resources21 Comments

    A Function is a combined block of instructions written to perform a specific task. A function takes a value and after performing requisite processing, it returns the value in the program. Lets have a look over the different questions on Functions in C