InterviewSolution
Saved Bookmarks
| 1. |
Why c is called sturture qriented language |
| Answer» C is called STRUCTURE qriented language. Explanation:Because it SOLVES many problem. c divides the problem into smaller MODULE called function or procedures each of which HANDLES a particular responsibility. | |