I'm learning C language usnig Turbo C++ compiler and just in time I encountered the two statements:
- IF (nested with many IFs)
- IF-else(not nested but continuing else,else and so on)
I was wondering if my idea is correct or not that IF (nested with many IFs) and IF-else(not nested) are the same? Suggestions are well appreciated.