Can a binary search tree be used as an index? If yes, how?
Explain
No Answer is Posted For this Question
Be the First to Post Answer
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
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
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,
Why main is used in c?
What is the use of sizeof () in c?
What is the role of && operator in a program code?
what will be the output for the following main() { printf("hi" "hello"); }
Is c is a procedural language?
Difference between strcpy() and memcpy() function?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is the purpose of 'register' keyword in c language?