What is Object Oriental Progam
Answers were Sorted based on User's Feedback
Answer / sudheer
oop is at da core of java.. it is best understandable to
java.. oop is integral to java...
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the symptoms of stl?
What is a standard template library (stl)? What are the various types of stl containers?
sir please send me bpcl previous question papers
0 Answers BPCL Bharat Petroleum,
what is use of for loop?
What does stl mean in slang?
write a program to search and display the position of an element in a single-dimentional array using function.
Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 Answers ABC, Sun Microsystems,
write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance
What is the name of your birth place?
what's the difference between function overloading and function overiding?
what is c++
Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }