InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is the only conditional branching structure suitable for primitive recursion?(a) For loop(b) While loop(c) Do while loop(d) Go-to statementI had been asked this question in a job interview.I'm obligated to ask this question of Computational Processing Resources in chapter Software Defined Radio Architecture of Cognitive Radio |
|
Answer» Right choice is (a) For loop |
|