Answer Posted / pandu
"C" is a proceser oriented language. ."C++" is object oriented language.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
how can we maintain the previous version scripts to new version.
Hi all... I had completed MSC(Computer) and had join the construction company based on sap.they want me to work on abap.but software company is totally different from construction company and they want me 2 grasp it as fast i can.i am finding it difficult.what should i do??????
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
What is the difference between COM and CORBA?
how do u handle table control inbdc explain the process in steps iwant the answer in urgent please forward this even i know how to explain there
is it acceptable if we declare multiple exceptions in same overridden method.
What is ur porject Architecture? If anyone ask what i have to specify here..
what are all the validation we need to perform in data stage?
My Qualification is MCA.My interview is on 5th may.They may ask q as------AS u r MCA...Why u r not tring anywhere else? What can be the ans?
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
which book we learned this mantis? how many version are realsed this mantis upto now?
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END