InterviewSolution
Saved Bookmarks
| 1. |
Give output of the followingd. CLSA$="COMPUTERCOUNT=1IF COUNT |
|
Answer» Answer: 1 5 Explanation: count first 1 after that count 1 is added now count having 2 cursor go to condition it is FALSE so print 3 after that ADD 3 one cursor go to condition it is false and print 5 now count is 6,condition false |
|