The following command performs the given task.

What will be an ideal response?

```
$ find ~ -name lab1 2> error.log 1> find.lab1 -print
$
```

Computer Science & Information Technology

You might also like to view...

To declare a pointer called ptr2 that will point to a dynamic 2-dimensional array of integers, we should use the code:

A. int ptr2[10]; B. int ( int ptr2 ); C. int ptr2; D. int [ int ptr2 ];

Computer Science & Information Technology

With the Debugger, while in break mode, you can examine expressions to see what values are being generated.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology