Post New Cherat Packaging Limited Marketing Sales Interview Questions
> 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?
Is Driver Script any how related to AOM?
How do you include a comment in javascript?
Is there any procedure of web-site development in manual testing. If yes what are factors we should test?
Explain what is larger the force the earth exerts on you or the force you exert on the earth?
How does length and initial angle affect the period in a simple pendulum?
What do you know about the Job profile
Give some examples for test management tools?
I am going to face an interview in Ericssion tomorrow for implementation Manager.I need some idea on interview question
What is DataGrid wheater its a Server Control or something else ?
Explain the salesforce dashboard?
Explain the uses of a database trigger?
Enlist the advantages of using c over perl?
Is a secondary key the same as a foreign key?
Major difference between Basic httpbinding and WShttpbinding?