With V(greater than 1) vertices, how many edges at most can a Directed Acyclic Graph possess?
(a) (V*(V-1))/2
(b) (V*(V+1))/2
(c) (V+1)C2
(d) (V-1)C2
Enquiry is from Directed Acyclic Graph topic in division Graph of Data Structures & Algorithms I
The question was posed to me during an interview for a job.