which statement help to create true blocks of statement
Answers
Answered by
4
Answer:
Explanation:
When we need to execute a block of statements only when a given condition is true then we use if statement in c
if statement in c language helps the user to execute a true block of statements
if(condition)
{
//block of C statements
}
Answered by
1
Answer:
c statement
okkkkkk*kkkkkk
Similar questions