The correct syntax for calling a subroutine is

a.
```
Call ( "/movie_name:subroutine_name" )
```

b.
```
Call ( "/subroutine_name:movie_name" )
```

c.
```
Call ( "movie_name:subroutine_name" )
```

d.
```
movie_name.subroutine_name
```

a.
```
Call ( "/movie_name:subroutine_name" )
```

Computer Science & Information Technology

You might also like to view...

To display the Styles pane, you click the Styles Pane ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The command to display your home directory pathname is

a: echo home b: echo HOME c: echo $HOME d: echo $home e: all of the above

Computer Science & Information Technology