“ps” command uses the file . . . . . . . . to provide the information.
“ps” command uses the file . . . . . . . . to provide the information.
What is temporary breakpoint?
What is temporary breakpoint?
What is the output of this program? #include #include #include int fd; void *fun
What is the output of this program? #include #include #include int fd; void *fun_t(void *arg); void *fun_t(void *arg) { char buff[10]; int count; count…
What is the output of this program? #include #include #include int main() { stru
What is the output of this program? #include #include #include int main() { struct rlimit limit; limit.rlim_cur = 10; if(setrlimit(RLIMIT_NOFILE,&limit) != 0) perror(“setrlimit”); return…
What is the output of this program? #include #include struct st{ int a; char b;
What is the output of this program? #include #include struct st{ int a; char b; }; int main() { struct st *st_ptr; st_ptr =…
Which of the following statement is FALSE ?
Which of the following statement is FALSE ?
To feed standard output of one command to standard input of another in a single
To feed standard output of one command to standard input of another in a single shell session
The structure which keeps the information about shared memory in the kernel is
The structure which keeps the information about shared memory in the kernel is
The comparison expression “x ~ y” will true if
The comparison expression “x ~ y” will true if
The file /proc/swaps contains the
The file /proc/swaps contains the
Which system call is used to create a hard link?
Which system call is used to create a hard link?
Preprocessed files are given the file extension . . . . . . . . for c++ programs
Preprocessed files are given the file extension . . . . . . . . for c++ programs.