Google News
logo
C-Language - Interview Questions
What are all Decision control statements in C ?
There are 3 types of decision making control statements in C language. They are :

if statements
if else statements
nested if statements
Advertisement