For debugging with GDB, the file “example” can be created with the command
For debugging with GDB, the file “example” can be created with the command
Race condition can be avoided by using
Race condition can be avoided by using
On x86-32 Linux, at which address the code segment of the program starts?
On x86-32 Linux, at which address the code segment of the program starts?
Shell is ?
Shell is ?
Which one of the following string will print first by this program? #include #in
Which one of the following string will print first by this program? #include #include #include sem_t st; void *fun_t(void *arg); void *fun_t(void *arg) {…
Which system call is used to create Sys V message Queue.
Which system call is used to create Sys V message Queue.
Which one can be a real time schedule policy?
Which one can be a real time schedule policy?
Most files and directories within /proc are 0 bytes in size because
Most files and directories within /proc are 0 bytes in size because
What is the output of this program? #include int main() { fork(); printf(“Exampl
What is the output of this program? #include int main() { fork(); printf(“Examplen”); return 0; }
Which command shows all the abbreviations in vi editor?
Which command shows all the abbreviations in vi editor?
What UNIX command is used to update the modification time of a file?
What UNIX command is used to update the modification time of a file?
The print and printf statements can be told to send their output to other place
The print and printf statements can be told to send their output to other place except standard output, is called