i am sudha..i am preparing for Appsc government polytechnic lecturers..anybody have previous papers pls send to my mail id..sudha.k402@gmail.com..
4 121471. Give me an example of something you tried at work but did not work out so you had to go at things another way. can somebody give a real time example
2549Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach
1 4729SAP Script is client dependent. Smartform is client independent. What is the main defference between two?
5 24365How the data is coming from 3rd party system to SAP System? Please explain me which conncetion you have to do?
4 17063Post New TCS Interview Questions
What are the data sources for power map?
Can I use pop and imap at the same time?
What types of companies are likely to adopt or promote Bluetooth technology?
From where require to take the RLD sample?
What is LINQ Insight?
how test transfomer(3 phase75kva) by megger
What are the different types of deviance that exist?
What is mapping load & apply map ()?
Why use multiple ngmodules?
Define unescape() function?
What is difference between datagridview and datagrid control in winforms?
describe the rule of garner vs murray and how it relates to the dissolution of a partnership
Explain docstring in python?
Why don't signals work with the ORB reactor?
> 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?