void my thread(void param) int i- atoi (param); printf (I am the child, passed value %d , i); valuei pthread_exit(O); Explain in your own words the above code: (10 marks) What would be the expected output if the command line for the execute file was . . ./a.out 5 . ./a.out (2 marks) (2 marks)