given a set based questions and 5 questions based on it
next data sufficiciency questions 2
and 2/3 english sentence completion with options very easy
and 2 synononmys
paragraph with 10 questions 10 minutes
replace =,-,*,% with -,%,+,* type questions 5
3 questions lik following
itssickhere itssickthere itssickhere istsickhere
which is nt alike the others
very easy
No Answer is Posted For this Question
Be the First to Post Answer
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
what are the different types of qualifier in java?
Do you know about multiple inheritance?
What is the default size allocated for array in the statement if size not specified " int a[] "
Where You Can Use Interface in your Project
What are the advantanges of modularity
Out of 4 concepts, which 3 C++ Follow?
How do you explain polymorphism?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is basic concept of oop?
What is encapsulation process?
What is for loop and its syntax?