Conditional execution in C

IF(TRUE)
{
//Execute all the necessary actions
}