3. When do you say that a digraph is acyclic
A)if and only if its first search does not have back arcs
B)a digraph is acyclic if and only if its first search does
not have back vertices
C)if and only if its first search does not have same
dfnumber
D)None of these
No Answer is Posted For this Question
Be the First to Post Answer
What are structural members?
where does malloc() function get the memory?
Explain the difference between malloc() and calloc() in c?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
write a program to rearrange the array such way that all even elements should come first and next come odd
write a program of palindrome(madam=madam) using pointer?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
Explain what is a static function?
suppose there are five integers write a program to find larger among them without using if- else
What is structure pointer in c?