#include using namespace std; int sum (int a, int b) { cout << "B from function: " << b <> a; cout << endl << "Enter a value for b: " ; cin >> b; c = a + b; cout << "In anotherSum c = " << c << endl; return c; } int main() { int a, b=12; anotherSum(); cout << "In main c = " << anotherSum() << endl; cout << "B from main: " << b <