Posts Tagged ‘computer languages’

  • 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