adplus-dvertising
frame-decoration

Question

The command cc x.c && a.out

a.

is equivalent to cc x.c ; a . out

b.

means execute a . out only when x . c compiles successfully

c.

means execute a . out only if cc x .c returns a value 0 to the system

d.

Both (b) & (c)

Posted under Unix Shell UNIX

Answer: (d).Both (b) & (c)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The command cc x.c && a.out