Posts Tagged ‘c language basics’

  • Questions on Functions in C Language

    Jan 10, 13 • 13013 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

  • Interview Questions on Operators in C

    Jan 10, 13 • 5937 Views • Notes8 Comments

    Q1. When should a type cast not be used? Ans. A type cast can be used to change the data from one type to another type. For example, it can be used to change the data from double data type to integer data type. But it cannot be used to convert integer data