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 |
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
differentiate between private, public and protected data members of the class using example.
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
sir please send me bpcl previous question papers
0 Answers BPCL Bharat Petroleum,
What is meant by stl in c++?
What are stl algorithms?
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 }
What is the disadvantage of templates ?
What is Object Oriental Progam
Write a program in C++ to concatenate two strings into third string using pointers
write a program that input four digit number and find how many 7 that number contains