Hi, Anybody could tell me What is the script for Reverse of
Given number. Ex:236--632. Thanks in Advance..
Answer Posted / deepak agrawal
int reverse=0;
while(digit)
{
reverse*=10;
reverse+=digit%10;
digit/=10;
}
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What are class properties?
please can you help me to get a code of flames using a visual basic 6
Is vbscript language a case-sensitive language and what does it mean?
What are keywords in the vbscript language?
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
How to write functions and sub in vb script?
What is sql loader? Explain the files used by sql loader to load file?
What are the disadvantages of vbscript?
How can you destroy an object in vbscript?
i need to sort the data using qtp script for this how i need to write a qtp script
Write a Script for ATM in QTP
Out of the different type of operators, which are evaluated first and last in the vbscript language?
What is the technology used by vb script?