July 6, 2021 in C and CPP Prototype of function named ‘fun’ is: int fun(int a, float b) Which of the following is true about function ‘fun’: Read More
July 6, 2021 in C and CPP A ‘C’ expression contains relational, assignment and arithmetic operators. There are no parentheses used. Read More
July 6, 2021 in C and CPP Point out the error in the following program. How you will modify the program to overcome from the error? Read More