Why C ?
- 'C' is popular because
- It is reliable, simple and easy to use
- It encourages modularity and good program organization
- It is portable
- It is a middle level
- It provides good data-structuring facilities
Loop holes in 'C'
- close to the hardware & malpractice prone to undesired behavior of system.
- ‘C’ offers only straightforward, single-thread control flow: tests, loops, grouping and subprograms, but not multi programming, parallel operations & synchronization.
- C provides no operations to deal directly with composite objects such as strings or arrays.
No comments:
Post a Comment