// Pantea Aria // pointers // Write a program that: // Reads two integers from the user. // Passes their addresses to a function called add. // The function should add the values and return the result; // Print the result #include int main() { }