Set 7 MCQ Questions and Answers
Home | Linux | Set 7Linux MCQ Questions and Answers: We provide Linux MCQ Questions and Answers, here most important quiz questions related to Linux and you can download pdf of objective questions with answers.
1) In awk program, the statement “print” with no items
Answer : C Discuss
2) The print and printf statements can be told to send their output to other place except standard output, is called
3) The command “awk {print $1} san.txt” will
Answer : B Discuss
4) What is the output of the command awk ‘BEGIN {printf “%c\n”,65}’
Free Online Test
5) Which one of the following statement is not true about the format-control letters for printf statement in awk program?
Answer : C Discuss
6) What is expression in awk programming?
Answer : C Discuss
7) All numeric values are represented within awk in
8) Concatenation is performed by
Answer : A Discuss
9) The comparison expression “x ~ y” will true if
Answer : C Discuss
10) The break statement
Answer : D Discuss
Free Online Test