Why you use if and else statement in c language program?

1 answer

Answer

1254435

2026-08-03 05:25

+ Follow

There is no "elseif" statement in C. You can only use "else" and "if" separately. This is a good reason for switch/case/break.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.