dasiahsimmons5794 dasiahsimmons5794 19-02-2024 Computers and Technology contestada Regarding whitespace in the C programming language, spaces are required between the operators in the following source code in order to compile, run, and provide the correct output.int sum=2+3/2-12*15;