What is the output of this code?
1 function knights(){
2 return "a shrubbery";
3 }
4 if (knights())
5 printf "you are just and fair";
6 else
7 printf "NI!";
What is the output of this code?
1 function knights(){
2 return "a shrubbery";
3 }
4 if (knights())
5 printf "you are just and fair";
6 else
7 printf "NI!";