1.
The command “cpp sanfoundry.c > sanfoundry.i” will
2.
Which option of gcc makes the compiler print out each function name as it is compiled, and print some statistics about each pass when it finishes?
3.
The -Wextra option of gcc
4.
Pipes are used rather than temporary files for communication between the various stages of compilation in gcc when
5.
Which one of the following is not true?
6.
The command line options of gcc can also be read from a file with
7.
Which option of the gcc is used to warn is padding is included in structure?