Answer Posted / anil
php does not support multiple inheritance
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
sample and simple coding where we get?
give idea for creating screen in abap
write a sql qwery which include joining of two tables 4 marks mainframe
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
what do u mean by tagging
what is the difference between uservariables and systemvariables (in Environmental variables)???
hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com
EXPLAIN UNARY OPEARATORS
Find out the roles which gives access to all tables in SAP? Thanks in advance.
how to work search engine? plz detail answer me.
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?