Problem Statement
Write a C function named printSum that takes two integers as arguments and prints their sum.
The function signature should be: void printSum(int a, int b).
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