⟩ If our makefile is named as "google", then which one of the following command will compile the code with this makefile a) make -a google b) make -f google c) make sanfoudry d) make
b) make -f google
b) make -f google
What command is used to copy directory structures in and out? A. copy B. cp - p C. cpio D. cp E. None of the above
What command is used to list contents of directories? A. tar B. dir C. lp D. ls E. None of the above
Which one of the following command can list the symbols defined in a library? a) mn b) nm c) nn d) mm
To use the static library in the program a) header file must be provided to in the source code b) path for the library must be specified c) both (a) and (b) d) none of the mentioned
If a program is linked against a static library then a) machine code of the used function is copied in the executable b) used function definition is copied into the preprocessd code c) used function definition is provided at the time of compiling d) none of the mentioned
Which gcc option is used to specify the library? a) -c b) -l c) -a d) -o
In Linux, the static libraries can be created by a) ar command b) as command c) ap command d) aq command
The archive(ar) utility in linux can a) create a new static library b) insert the object files into the static library c) replace the object files into the static library d) all of the mentioned
The library contains the a) pre-compiled object files b) source files c) header files d) none of the mentioned
In linux shared libraries has the extension of a) .so b) .si c) .sl d) none of the mentioned