What is output of below program?
#include
int main() {
int x=10;
printf("x=%d",x);
return 0;
}
- 10
- x
- x=10
- Error
- x=10
Clear All
Loading...
Removal of single edge from a graph will make graph disconnected then this edge is called
- Cut edge set
- edge connectivity
- Cut edge
- Cut vertex
- Cut edge
Clear All
Loading...
Removal of set of edge from a graph will make graph disconnected then this set of edges is called
- Cut edge set
- edge connectivity
- Cut edge
- Cut vertex
- Cut edge set
Clear All
Loading...
Removal of minimum no. of edge from a graph will make graph as disconnected then this minimum edges is called
- Cut edge set
- edge connectivity
- Cut edge
- Cut vertex
- edge connectivity
Clear All
Loading...
Cut Edge is also known as
- Cut set
- edge connectivity
- Cut Vertex
- Bridge
- Bridge
Clear All
Loading...
Which of the following notation is used for edge connectivity?
- K(G)
- λ(G)
- Both
- None of the above
- λ(G)
Clear All
Loading...