English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

in C code executes line by line from the beginning skipping at goto commands. how does it in a VP expert program?

2006-07-07 21:32:46 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

I have never heard of "VP expert." However, generally in the compiling process, a good compiler does optimization, which sort of rearranges everything to run the program more efficiently. Thus, your C program may or may not run from top down, depending on its optimization. For example, a good optimizer can recognize a loop that does nothing, and not even include it in the executable.

I hope this helps.

2006-07-07 23:01:26 · answer #1 · answered by Titus W 2 · 0 0

King Sire will this help

http://www.google.co.uk/search?hl=en&q=n+what+order+does+code+execute+in+VP+expert&btnG=Search&meta=

2006-07-09 22:55:10 · answer #2 · answered by Joe_Young 6 · 0 0

fedest.com, questions and answers