Linux MCQ Number 01159

Linux MCQ Set 1 1. What will happen as we press the “Ctrl+c” key after running this program? #include<stdio.h> #include<signal.h>  void response (int); void response (int sig_no) { printf(”Linuxn”); } int main() { signal(SIGINT,response); while(1){ printf(”Aidlon”); sleep(1); } return 0; } a) the string “Linux” will print b) the process will be terminated after printing…


This content is for paid premium members only.
You can view complete answer after activation your membership.


Need only one answers. Simply buy single day pass and email. We will send answers for this question.
Login Buy membership