What is a spanning Tree?
Answer / jagrit kashyap
A spanning tree is a tree associated with a network. All the nodes of the graph appear on the tree once. A minimum spanning tree is a spanning tree organized so that the total edge weight between nodes is minimized.
| Is This Answer Correct ? | 1 Yes | 0 No |
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
what is computer
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
What is call by reference in functions?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is int main () in c?
What is the most efficient way to count the number of bits which are set in a value?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
To what value do nonglobal variables default? 1) auto 2) register 3) static
Write a program to check palindrome number in c programming?
Describe advantages and disadvantages of the various stock sorting algorithms