InterviewSolution
Saved Bookmarks
| 1. |
Solve : all programmers or wanta be programmers? |
|
Answer» http://www.jubling.com/ten-reasons-why-every-programmer-should-learn-c.html Every programmer should learn C during their programming career. Its BENEFITS are to numerous to ignore. Not only will it open many more job opportunities, but it will teach you more about computers as a whole. 1) C is lower level then other programming languages (C++, Java). Programming at a lower level allows you to further your understanding of computers, as a whole. 2) Device drivers and OPERATING systems are written exclusively in C. Now, you may never write a device driver or an operating system, but what if you are ever REQUIRED to modify one? 3) What if you ever want to get a job programming microcontrollers? They are programmed in C. Are you going to limit your possible list of jobs because you didn't want to learn a new language? |
|