What Can You Tell Me About Control Flow Analysis?
Can't find what you're looking for?
Ask a Question, Get an Answer ASAP
Hi, please use this link.
"http://www.cis.upenn.edu/~cis570/slides/lecture03.pdf"
this is a PDF file, which contains 12 pages, which will help you to understand control flow analysis.
answered 2 years ago
The control flow analysis is the term which shows that how the statements, functions and other statements will occur or proceed in which order. All the processes of the program occur in step by step way and all the process which are occurring are shown with the help of graphical diagram, and all the process are depicted in the form of diagram.
The facility of this diagrammatic depiction is that, the each an every step can be checked and monitored very easily, if there is problem at any step then it can be recovered and corrected very easily.
There are some control flow statements which are used.
The continuation statement is used when there are dissimilar statements; the example of this statement is the jump statement.To execute a statement for the number of times or for zero times, or if there is some condition is given, the loop statement is given.
For executing the statement in which some limits are given, so for that statement choice statement is used.For the purpose of stopping the program in any emergency case or any other case the halt statement is used.As simple as that via the control flow analysis one can easily use the statements and can dry run their program for error checking.
answered 2 years ago
Ask questions on any topic, get great answers from real people for FREE. Blurtit has hundreds of thousand of members so your sure to get the answer your looking for.