Post New Genpact Microsoft Related AllOther Interview Questions
Describe the diffeerence between inline and code behind?
Do I need program files and program files x86?
What is session id in web application?
How can we see only top 15 records from the student.txt out of100 records in the HDFS directory?
What do you mean by capacity planning?
Why zend framework?
Define population density?
what is the relevance of computer science to business management
What is svn in automation anywhere?
What are the necessary components of the feedback control system?
What is an interface controller?
sir i have a car stereo system and there is jack on him so can u tell me a way to find out their power terminals on the jack or on the circuit board"
> 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 there a shortcut to wrap text in excel?
how to update path?