We could ensure that our foo function returns the value of a , like this ... int a; a = 10; printf("Foo: Variable a = %d\n", a); return (a); ...
確定! 回上一頁