Thursday 26 April 2018

C Programming Interview Practice Questions


1. What value would be stored in an integer variable "i" as a result of the following calculation:
    int i, j; j=3; i = 4 + 2 * j / ( j - 1 );