The following sequence of commands is needed to perform the given task.

What will be an ideal response?

```
$ co -l input.c
RCS/input.c,v --> input.c
revision 1.1 (locked)
done
$ vi input.c
[ edit the file ]
$ ci input.c
[ command output ]
$
```

Computer Science & Information Technology

You might also like to view...

You can use the subdatasheet in one table to add or edit records in the related table

Indicate whether the statement is true or false

Computer Science & Information Technology

A C++ class contains data members and ______.

a. clients b. interfaces c. methods d. data structures

Computer Science & Information Technology