where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
2 10736SQL> CREATE TABLE to_table 2 (col1 NUMBER); Table created. SQL> CREATE OR REPLACE TRIGGER statement_trigger 2 AFTER INSERT ON to_table 3 BEGIN 4 DBMS_OUTPUT.PUT_LINE('After Insert Statement Level'); 5 END; 6 / Trigger created. SQL> CREATE OR REPLACE TRIGGER row_trigger 2 AFTER INSERT ON to_table 3 FOR EACH ROW 4 BEGIN 5 DBMS_OUTPUT.PUT_LINE('After Insert Row Level'); 6 END; 7 / Trigger created. SQL> INSERT INTO TO_TABLE VALUES(1); After Insert Row Level After Insert Statement Level 1 row created. SQL> BEGIN 2 INSERT INTO TO_TABLE VALUES(2); 3 INSERT INTO TO_TABLE VALUES(3); 4 INSERT INTO TO_TABLE VALUES(4); 5 INSERT INTO TO_TABLE VALUES(5); 6 INSERT INTO TO_TABLE VALUES(6); 7 INSERT INTO TO_TABLE VALUES(7); 8 INSERT INTO TO_TABLE VALUES(8); 9 INSERT INTO TO_TABLE VALUES(9); 10 INSERT INTO TO_TABLE VALUES(0); 11 END; 12 / WAT LL BE THE O/P??? XPLAIN IT>>>>
1 4441A car cover first half of the distance with 60kmph and second half of the distance with 40kmph what is the average speed?
11 38396Post New Infosys Interview Questions
How do I combine data from multiple rows into one in excel?
What is partnership accounting?
if someone wants to have line spacing with more precision then what is the solution?
DEVOPS comes under which categories?
How to retrieve data from database using arraylist in android?
Explain various types of antenna diversity.
How does hplc differ from normal column chromatography, and what are its advantages?
Explain the modern theory of international trade?
How do you squash the last n commits into a single commit?
I have taken finance as majors but now i want to apply for sales manager job of an automobile company, i have a passion for automobiles and want to work in this industry. could you please help me what reasons can i give when being asked about the similar question in the interview. I did my summer internship in finance as well.
What is the use of string function gensub(r,s,h [,t])?
What is sap ides?
how pressure transmitter work, what is its principal to measure and how its generate signal. for pressure transmitterinstallation which precautions must be taken ??
How do you log in to a remote Unix box using ssh?
Define Five-minute rule?