opt a is false as consider a tree, now every edge acts as a bridge which means removing any edge disconnects the graph so a tree is full of bridges.
opt b A bridge cannot be part of a simple cycle is true because what is a bridge, removal of a bridge disconnects a graph , now in a cycle if we remove any edge then it wont disconnect the graph, so a bridge cannot be part of any cycle
opt c Every edge of a clique with size ≥3 is a bridge (A clique is any complete subgraph of a graph)
now what is a clique ???
==>> we have a graph, and we take a subgraph of that graph G and if that subgraph itself is complete in nature, then that subgraph is a clique....
now we take a clique , we can also say it as a complete graph and if we remove any edge then also the graph remains connected.
opt d A graph with bridges cannot have cycle is false because in a cycle there can be no bridges but there can be a graph with cycles but bridges are there.