what is the importance of spanning tree?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to identify if a given binary tree is balanced or not.
What is the difference between array and pointer?
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
How do we print only part of a string in c?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
What is the difference between array and linked list in c?
Why double pointer is used in c?
shorting algorithmS
how c source file in converted to exe file
Who invented bcpl language?
Explain why c is faster than c++?
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};