Is there any static code analysis tool avaliable to perform operations on call graphs for C programs?
- To determine the depth of call graph.
- Maximum breadth of call graph.
- Is there any loop present?
Is there any static code analysis tool avaliable to perform operations on call graphs for C programs?