Which is the correct way of handling arguments with spaces?
Answer: B
One can use either single or double quotes to handle command line argument with spaces in-between. For example, ./output “Hello World” has 2 command line argument “./output” and “Hello World”.