Question
In the question given below, a sentence is given,
divided into parts. One of the parts may contain an error. Identify the part that contains the error, and mark it as the answer. Ignore errors of punctuation. In case the sentence is correct as it is, mark option (e), that is, 'No error'. Note - The words in bold are grammatically and contextually correct. Chemical peels, procedures where liquid is applied to skin to remove outer layers, are typically administered by dermatologists and other licensed professionals and these peels help managing pimples, discoloration, scarring and signs of ageing.Solution
Solution In C, replace the present participle verb MANAGING with the base form verb MANAGE to fit in the bare infinitive structure (HELP + VERB 1) . Thus, C is the right answer.
Which symbol is used in shell scripting to reference a positional parameter, e.g., the first argument passed to a script?
Which command is used to check the current working directory in Linux?
Which command is used to change file permissions in Linux?
Which command is used to find the number of lines, words, and characters in a file?
Which command is used to display the current working directory in a Unix-like operating system?
Which operator enables process substitution in bash (e.g., diff <(cmd1) <(cmd2))?
Which character is used to denote a single-line comment in a shell script?
In shell scripting, which symbol is used to redirect the standard output to a file, overwriting its contents?
Which of the following is the syntax for an `if` statement checking if a variable `NUM` is numerically equal to 5?
Which operator enables process substitution?