Skip to content

Latest commit

History

History
1 lines (1 loc) 路 219 Bytes

File metadata and controls

1 lines (1 loc) 路 219 Bytes

Write a function called foo() which prints "foo" and a function called bar() which prints "bar". Call function bar() in the foo() function after printing. What will be the output? Now call the foo() to see the output.