Category: c programming

Category: c programming

C program examples code
Image March 6, 2016 c programming sourav

C program examples code C if Statement if (test expression) { statement/s to be executed if test expression is true; } The if statement checks whether the text expression inside parenthesis () is true or not. If the test expression is true, statement/s inside the body of if statement is executed but if test is
Details