Problem Statement
Write a C function named printSum that reads two integers inside the function and prints their sum.
The function signature should be: void printSum(.
The output format should be strictly: Sum: [value] followed by a newline.
The question lines are locked π you need to write function below main function