Saturday, September 5, 2020

if statement in c-programming

 If statement :

It is two way decision statement .

• The condition can be implemented by using relational expression.

• The condition is evaluated in the form of true or false.

• An "else" statement can also be used with "if" statement.

• No keyword that break the "if" block.

• syntax:

            if(condition)

           Block of "if" ;

}

1 comment:

Object Paradigm Oriented Programming in C++ / object oriented programming / History of C++/ paradiagram in c++/C devolop, Operating System, Unix operating system, Assembly language, popular in world, Programming language.

  Object Paradigm Oriented Programming  Two programmers, Brian Kernighan and Dennis Ritchie developed a new language called C, in 1972.  C l...