⟩ Which one of the following variables is used within GDB to hold on to a value and refer to it later? a) convenience variables b) environment variables c) temporary variables d) none of the mentioned
a) convenience variables
a) convenience variables
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
The preprocessor removes the _______ from the source code. a) comments b) header files c) both (a) and (b) d) none of the mentioned
The assembly code is converted into the machine code by a) compiler b) assembler c) linker d) none of the mentioned
If google.c is compiled with GCC, then the google.s file will contain the a) assembly code b) machine code c) preprocessed code d) expanded source code
The object file contains the a) assembly code b) machine code c) modified source code d) none of the mentioned
If we do not specify the executable file name at the compilation time in GCC, then in linux the compiler creates executable named as a) a.out b) a.exe c) x.out d) x.exe
The macros specifies in source code are expanded by a) pre-processor b) assembler c) compiler d) linker
The preprocessor creates the file with extension a) .a b) .i c) .s d) .o
The a.out file is in the a) ELF format b) EXE format c) both (a) and (b) d) none of the mentioned
The compiler converts a) assembly code into machine code b) preprocessed source code into assembly code c) machine code into assembly code d) none of the mentioned