The preprocessor removes the . . . . . . . . from the source code.
The preprocessor removes the . . . . . . . . from the source code.
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…
The file /proc/[PID]/maps contains the
The file /proc/[PID]/maps contains the
The a.out file is in the
The a.out file is in the
This program will print the value #include #include int main() { int rfd, wfd, c
This program will print the value #include #include int main() { int rfd, wfd, count; char buff[11]; if (mkfifo(“/tmp/test_fifo”,0666) != 0) perror(“mkfifo”); wfd =…
Any file or directory present in the . . . . . . . . directory may not be reserv
Any file or directory present in the . . . . . . . . directory may not be reserved between the invocation of…
In this program the fifo “my_fifo” #include int main() { if (mkfifo(“my_fifo”,06
In this program the fifo “my_fifo” #include int main() { if (mkfifo(“my_fifo”,0666) != 0) perror(“mkfifo”); return 0; }
Code snippets str1=”45678n” str2=”123n” f1 = fopen(file1,RDWR,RWX) f2
Code snippets str1=”45678n” str2=”123n” f1 = fopen(file1,RDWR,RWX) f2 = fopen(file1,RDWR,RWX) write(f1,str1,len_str1) write(f2,str2,len_str2) o/p:
Effective user id can be set using following permission
Effective user id can be set using following permission
A user executes the following command successfully: $ chmod +x file1.txt Which o
A user executes the following command successfully: $ chmod +x file1.txt Which of the following is true of the output of this command?
Create a new file “new.txt” that is a concatenation of “file1.txt” and “file2.tx
Create a new file “new.txt” that is a concatenation of “file1.txt” and “file2.txt”
What command would send the output of cmd1 to the input of cmd2?
What command would send the output of cmd1 to the input of cmd2?