How do I switch from terminal to gui in ubuntu?
What is t code to create a catalog code and code group?
> 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?
how to set the startup position of the form?
how to calculate maximum current
Write a code to determine the total number of stops an elevator would take to serve N number of people.
plz send me the placement interview question and answers of whizchip(technical and apttitude)..i have an interview in next.
what do you see in the overview area of the organization and staffing interface?
How do you round the addition or subtraction of two numbers in assembler?
Differentiate between the constructors and methods in java?
Is it mandatory to maintain RG Part 1 & 2 manually? Can we submit excel format of the same to excise dept?
What is the use of ienumerable in c#?
Mention what is the purpose of using capacity planning?
Compare Hadoop and Spark?
What is semaphore in unix example?