int fred() { return(5); } void main() { int x; x= fred(2); print x; }