In Linux, the static libraries can be created by
In Linux, the static libraries can be created by
The redirection 2> abc implies
The redirection 2> abc implies
Which command brings a background job into the foreground?
Which command brings a background job into the foreground?
What is the output of second program if we run the demo1 first and after that we
What is the output of second program if we run the demo1 first and after that we run demo2 in the different terminal? /*This…
Which option of GCC compiler provides the linking with shared libraries?
Which option of GCC compiler provides the linking with shared libraries?
What is the output of this program? #include #include int main() { int *ptr; ptr
What is the output of this program? #include #include int main() { int *ptr; ptr = (int *)calloc(1,sizeof(int)); if (ptr != 0) printf(“%dn”,*ptr); return…
Which is true with regards to the shell prompt
Which is true with regards to the shell prompt
If any sed command does not specify any address then the command is applied to
If any sed command does not specify any address then the command is applied to
What is the length of of the queue for pending connections in this program? #inc
What is the length of of the queue for pending connections in this program? #include #include #include #include int main() { struct sockaddr_un add_server;…
Which command will you use to see the available routes?
Which command will you use to see the available routes?
Under UNIX the key board is the default input device and the monitor is the defa
Under UNIX the key board is the default input device and the monitor is the default output device
If our makefile is named as “example”, then which one of the following command w
If our makefile is named as “example”, then which one of the following command will compile the code with this makefile