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?

857

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

847

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

1021

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

870

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

1398

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?

915

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

826

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?

916

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

882

How do you set a global variable inside a function?

820

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

875

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

885

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

821


Un-Answered Questions { Scripts_Markup Code }

How can i know that how many user are visited to my page in php?

2052


How can manage theme in php?

2427


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?

2848


What are the basic rules while writing XML?

549


What is an attribute?

677


sample code to auto focusing the first field in a form

2475


how to create a Custom Scrollbar

2549


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

870


Given a N by N matrix of both negative and positive integers. Write an efficient algorithm to find the sub-matrix with the largest sum of all the contained elements.

1706


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

915


What is a well formed XML document?

545


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

885


Write a program to reverse a number in python?

857


Create a ViewState Property?

2710


program to bring a window to the front

2034