Networking And Scripting

Saturday, 13 January 2024

TCL Interview Questions Backup1

›
1. Swap two numbers without using temporary variable.     Logic is:     a=a+b;     b=a-b;     a=a-b;    set a 100    set b...
›
Home
View web version
Powered by Blogger.