Concept drill
program verification
GATE CSE & IT · Complexity Theory · 1994-2015
2
PYQs
100%
keyed
0
elite explanations
2
years appeared
Study anchor
Source-book anchor pending for this concept.
Practice action
Start latest PYQPYQs in this concept
All concepts →2015 PYQ
Consider the following pseudo code, where x and y are positive integers. begin q := 0 r := x while r ≥ y do begin r := r - y q := q + 1 end end The post condition that needs to be...
easyanswer key
1994 PYQ
An unrestricted use of the "goto" statement is harmful because
easyanswer keybasic explanation