How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.
15 24461how can try and catch block can be implemented using web methods developer ? tell the steps to implement it?
3 17787Post New Interra IT Interview Questions
Can I save my report as html, excel or word? : sql server management studio
What is a ringback number?
pls tell me function of closing coil of A.C.B.
On what basis you can arrive at an estimation for your project?
Explain how to serve sites on valet?
Can we start a flow using activity?
How many ads should we have in each group to optimize our ROI?
Explain the basic concepts and hierarchy of memory?
What is effective communication?
importance of defining tg or tf in selecting master and slave bts's?
What is boundary value?
What is iis manager?
How to debug a script?
What is asynccallback c#?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.