What is the output of this program? #include #include #include void response (in
What is the output of this program? #include #include #include void response (int); void response (int sig_no) { printf(“%sn”,sys_siglist[sig_no]); printf(“This is singal handlern”); }…
Which command prints the directory stack?
Which command prints the directory stack?
The connection between the device file and device driver is based on the
The connection between the device file and device driver is based on the
For debugging with GDB, the compiled program can be run by the command
For debugging with GDB, the compiled program can be run by the command
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 one of the following is used by awk to control the conversion of numbers t
Which one of the following is used by awk to control the conversion of numbers to string?
A server which is handling many clients at a time is called as
A server which is handling many clients at a time is called as
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 *)malloc(sizeof(int)); printf(“%dn”,*ptr); return 0; }
What is the output of this program? #include #include #include int main() { int
What is the output of this program? #include #include #include int main() { int fd, count; char ch, *buff; buff = (char *)malloc(sizeof(char)*10); fd…
The terminal used by a Daemon process is:
The terminal used by a Daemon process is:
The minor number range should be
The minor number range should be
When a program is linked with a shared library
When a program is linked with a shared library
