Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
How to create an example of your problem for Borland Developer Support?
What is the need for customer service?
> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?
What are the attributes of a good software qa engineer?
When underfitting occurs in a static model?
Where is the sum function in excel?
What are the different types of lookups in datastage?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Explain the process how do we exchange the data from front end to server?
What are the main components of .net framework?
How do you share a spreadsheet?
How to move from one page to another in java swing?
How important is the platform as a service?
What is gcd objective c?
If two shafts used for transfer of drive are inclined to each other, then a) Slip joint is used b) Flange coupling is used c) Universal joint is used d) None of the above