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...

int a=4857 i need output as 7584.without using any inbuild
function?

Answer Posted / mogal

a = 4857

Do while ( a>0 )
num = a mod 10
a = a / 10
output = output & num
loop
print output

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention how to create a cookie using vbscript?

1069


Explain the adodb.stream class?

1063


Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?

1056


There are 5 web pages.write a script to click the button on 4th web page.

3475


What are class variables?

1092


hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz

3035


How will you get a string with the specified character the specified number of times in vbscript?

1073


Mention how you can call vbscript functions?

1187


What is the difference between do until loop and do while loop?

1127


How will you get a combined string from array of string in vbscript?

999


what is the use of QCUtil? explain with one example?

7145


How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.

3027


Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository

2285


Mention what is vbscript procedures?

1055


Description.Create

2692