GCC Compiler Question:
Download Questions PDF

Which one of the following command can be used to provide executable permissions for a file?
a) chmod +x
b) chmod 777
c) both (a) and (b)
d) none of the mentioned

Linux GCC Compiler Interview Question
Linux GCC Compiler Interview Question

Answer:

c) both (a) and (b)

Download Linux GCC Compiler Interview Questions And Answers PDF

Previous QuestionNext Question
Command line parameters are passed by the:
a) preprocessor
b) assembler
c) compiler
d) linker
The preprocessor removes the _______ from the source code.
a) comments
b) header files
c) both (a) and (b)
d) none of the mentioned