Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Scripts_Markup Code Interview Questions
Questions Answers Views Company eMail

Write a program to reverse a number in python?

854

Write a python program to check common letters in two input strings?

844

What is the output when we execute list(“hello”)?

1020

Write a python program to check if a number is a strong number?

869

What is the output, suppose list1 is [1, 3, 2], what is list1 * 2 ?

1397

Write a python program to check if a number is a prime number?

838

Write a python program to check if a number is a perfect number?

913

Write a python program to print table of a given number?

824

Write a python program to check if a number is an armstrong number?

786

Write a python program to find the second largest number in a list?

914

Write a python program to check if a string is a palindrome or not?

880

How do you set a global variable inside a function?

815

Write a program to find sum of the digits of a number in python?

874

Write a python program to count the number of vowels in a string?

883

Write a python program to check if a number is a palindrome or not?

820


Un-Answered Questions { Scripts_Markup Code }

Write a python program to print table of a given number?

824


how to create a Draggable element

2432


code to positioning of window in certain dimensions

2128


What are XML Namespaces?

591


i have some csv files in a directory which have sub-directories also. now how can i merge all .csv files in to one with a single header. for example: have some 4 files. 1.csv--------name,age,sal abc,25,4000 2.csv--------name,age,sal vgd,32,3500 3.csv--------name,age,sal hfg,20,5000 4.csv--------name,age,sal asd,15,2000 now my output file should be like 5.csv----------name,age,sal abc,25,4000 vgd,32,3500 hfg,20,5000 asd,15,2000 and please explain the code for me. as i am new to scripting. thank you in advance

1828


what does mbln in mblnrects mean? my boolean?

2830


Why XSLT is important for XML?

674


How to store the iterations value in some variable/ in excel? Dim objExcel, ObjFolder, objPath, objWorkbook, objSheet, ObjFSo, ObjFolderName, strExcelPath Const xlExcel7 = 39 ObjFolderName = "Testing" & Hour(time()) & Minute(time()) &Second(time()) objPath = "D:\" strExcelPath = objPath & ObjFolderName & "\testing.xls" Set ObjFSo = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.CreateFolder(objPath & ObjFolderName) On Error Resume Next Set objExcel = CreateObject("Excel.Application") If (Err.Number <> 0) Then On Error GoTo 0 Wscript.Echo "Excel application not found." Wscript.Quit End If On Error GoTo 0 Set objWorkbook = objExcel.Workbooks.Add() Set objSheet = objExcel.ActiveWorkbook.Worksheets(1) Dim arr1, arr2, arr3 Set outputLines = CreateObject ("System.Collections.ArrayList") arr1 = 123arr2 = 99 arr3 = 10 outputLines.Add arr1 outputLines.Add arr2 outputLines.Add arr3 outputLines.Sort() For Each outputLine in outputLines WScript.Echo outputLine ' how to store this value in excel/ variable? Next objExcel.ActiveWorkbook.SaveAs strExcelPath, xlExcel7 objExcel.ActiveWorkbook.Close objExcel.Application.Quit This above code is working fine but the qs is is there any way to store the sort data in variables / in the excel and how?

2837


code to images to rollover

2377


What is XQuery?

612


Write a program to reverse a number in python?

854


What is the output when we execute list(“hello”)?

1020


What is XML DOM Document?

586


code to keep a page Out of the browser history

2074


Write a python program to check if a string is a palindrome or not?

880