What is the output of this program? #include #include int main() { int *ptr1, *p
What is the output of this program? #include #include int main() { int *ptr1, *ptr2; ptr1 = malloc(4); *ptr1 = 10; *ptr2 = free(ptr1);…
Which command is used to print a file
Which command is used to print a file
The makefile starts executing from
The makefile starts executing from
Which of the following signal cannot be handled or ignored?
Which of the following signal cannot be handled or ignored?
To use the static library in the program
To use the static library in the program
What is the output of this program? #include #include #include #include int main
What is the output of this program? #include #include #include #include int main() { int s_id; s_id = shm_open(“shared_mem”,O_CREAT|O_RDWR,0666); printf(“%dn”,s_id); if(shm_unlink(“shared_mem”) == -1) perror(“shm_unlink”);…
Which file contains the boot options passed to the kernel?
Which file contains the boot options passed to the kernel?
/bin/dmesg picks the messages from
/bin/dmesg picks the messages from
In GDB which one of the following allows us to specify a variable in terms of th
In GDB which one of the following allows us to specify a variable in terms of the file or function where it is defined?
Which one of the following is bitwise ‘exclusive or’ operator?
Which one of the following is bitwise ‘exclusive or’ operator?
For a shared library, version number is changed when
For a shared library, version number is changed when
Binary or executable files are:
Binary or executable files are: