What is the difference between COM and CORBA?
No Answer is Posted For this Question
Be the First to Post Answer
How can we alter the data after creating a view
5.Call by value and Call by reference with program?
Write a program which inputs 2 integers representing the sides of a triangle, a and b. Next, write a function which accepts the 2 sides as parameters and returns the hypotenuse of the triangle, c. Use c 2 = a 2 + b 2 To raise a number to an exponent, us e the built - in JavaScript function Math.pow() Let’s say you have a variable x and you want to raise it to the 5 th power, use Math.pow in the following manner... Math.pow( x, 5 ); This will raise x to the 5 th power. To find the square root of a number, use t he built - in JavaScript function Math.sqrt () So to find the square root of x, use Math.pow () in the following manner... Math.sqrt( x ) You must create 2 functions to receive credit for this assignment. Your ‘ main ’ function which is called from the button. And your hypotenuse function. Again, the main function calls upon the hypotenuse f unction when it needs that value. Get the user ’ s input, call the function, output your result. Create your own CSS layout
can u help me? how do solve the transpose problem in ireport? if any one know send to eswaran_2006@yahoo.co.in
How to convert numeric value into words in c#????plz suggest me the coding of this question???
hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern
what does mean and stack mean in genral programming?
hi friends please tel me how to handle the recovery manager(All i.e PopUp ,Application Crach ,Object state,etc) in QTP
what is the certificates in biztalk?
What is the difference between compiled and interpreted languages?
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
Can any one give an example (Source Code) on virtual function implemetation in Java?