10 Most Popular Programming Languages
#C Language
C is one of the most widely used programming languages of all time and C compilers are available for the majority of available computer architectures and operating systems.
The C programming language was initially developed by Dennis Ritchie between 1969 and 1973 at AT&T Bell Labs. Like most imperative languages in the ALGOL tradition, C has facilities for structured programming and allows lexical variable scope and recursion, while a static type system prevents many unintended operations. Its design provides constructs that map efficiently to typical machine instructions, and therefore it has found lasting use in applications that had formerly been coded in assembly language, most notably system software like the Unix computer operating system.
Many later languages have borrowed directly or indirectly from C, including D, Go, Rust, Java, JavaScript, Limbo, LPC, C#, Objective-C, Perl, PHP, Python, Verilo and Unix's C shell.
# PHP
PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. As of January
2013, PHP was installed on more than 240 million websites and 2.1 million web servers. PHP code can be simply mixed with HTML code, or it can be used in combination with various templating engines and web frameworks.
READ MORE: Technologies That Keeps Humanity Under The Thumb and iOS 8 is Likely to Supercharge Ipad with a New Split-Screen
