Monday, 25 April 2016
Subscribe to:
Comments (Atom)
Grammar Mistakes in Technical Paper Writing
Let me share some experience in this post with you. I'm currently in the second year of my Ph.D. program. We are in the middle of paper...
-
Getting input from user. Like in c programming language we use " scanf" to obtain data from user like int x ; printf(...
-
Operators in tcl are same as in other languages like c, c++. Tcl supports following operators. Arithmetic Operators (+, -...
-
Transfer Data Between Two Nodes. In the first tutorial we have created two nodes and now we will transfer data between them. Add follow...