Question
In the following question, sentences are given with a
part in bold. The given phrase in bold may or may not contain an error. The options following can replace the incorrect phrase. The correct phrase that is to be replaced will be your answer. If the sentences are correct, then select ‘No improvement required’ as your answer . A major source of structural violence remain the lack of political will to fix accountability with CM who continues to preside overSolution
In the original sentence, the phrase "remain the lack" is used, which is grammatically incorrect. The correct phrasing should be "remains the lack" to match the singular subject "source."
What does $# represent in a shell script?
Which signal is sent by default when using kill without arguments?
Which operator enables process substitution in bash (e.g., diff <(cmd1) <(cmd2))?
Which construct allows embedding a block of text in shell scripts as input?
Which operator is used to append output to a file?
In bash, which command is used to trap and handle signals like SIGINT?
Named pipes (FIFOs) are created using:
Which operator enables process substitution?
Which command is used to display the current working directory?
A Here-Document in shell is denoted by: