InterviewSolution
Saved Bookmarks
| 1. |
What is swapping program in qBasicexplanation and example |
|
Answer» Answer: In the above QBASIC program, two integer variable is declared, that is "A and B". This variable is USED for taking user input. Before swapping we print user input VALUE. ... This variable is used to perform swapping. After swapping the print FUNCTION is used for print swapped values, Then end of the program. Explanation: here is your answer if you LIKE my answer please follow |
|