Podcast
Questions and Answers
What does GCC stand for?
What does GCC stand for?
- General C Compiler
- GNU Compiler Collection (correct)
- Global Compiler Consortium
- Generalized Code Compiler
Under which license is GCC distributed?
Under which license is GCC distributed?
- GNU General Public License (correct)
- BSD License
- MIT License
- Apache License
When was GCC first released?
When was GCC first released?
- 1995
- 1987 (correct)
- 1990
- 2000
What is the primary role of GCC in the GNU toolchain?
What is the primary role of GCC in the GNU toolchain?
Which programming languages were later developed for GCC?
Which programming languages were later developed for GCC?
What is the significance of GCC in the growth of free software?
What is the significance of GCC in the growth of free software?
What platforms and instruction set architectures has GCC been ported to?
What platforms and instruction set architectures has GCC been ported to?
In addition to the GNU operating system, which other modern Unix-like computer operating systems have adopted GCC as the standard compiler?
In addition to the GNU operating system, which other modern Unix-like computer operating systems have adopted GCC as the standard compiler?
For which programming languages were front ends later developed for GCC?
For which programming languages were front ends later developed for GCC?
In what year was GCC extended to compile C++?
In what year was GCC extended to compile C++?