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 is the function of void main()?
What is realloc in c?
can we declare a variable in different scopes with different data types? answer in detail
Why is sizeof () an operator and not a function?
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
Why isnt any of this standardized in c?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
How will you find a duplicate number in a array without negating the nos ?
What is the real time usage volatile?
write a c program to add two integer numbers without using arithmetic operator +
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?