Explain encapsulation in C++.
How do I consolidate duplicate rows in excel?
Tell me what could be the reasons for a system to have gone blank and how would you debug it?
What is the default Port No on which SQL Server listens?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
Which function type has to be used for using "at exit-command" ?
Where to assign activity type in cost centers? Or how to link cost centers & activity types?
Is it possible to share data files between different components?
By which parameter number of entries are controlled in the user buffer?
What change management functions do you require? How do you want to define the validity of BOMs (based on date/freely definable parameters)? Must existing change histories be transferred to the R/3 System?
Is c weakly typed?
How do you reset or reseed the IDENTITY column?
What is activemq used for?
> 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?
Who made the international record of spending most time of space?