What is ifstream c++?
No Answer is Posted For this Question
Be the First to Post Answer
what is the basic concept of c++(object oriented programing)
Is there any difference between int [] a and int a [] in c++?
Can recursive program be written in C++?
What are guid? Why does com need guids?
Explain the different access specifiers for the class member in c++.
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
What's the "software peter principle”?
What is the difference between an array and a list?
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
What do you mean by function and operator overloading in c++?
Which is better c++ or java?
Explain rtti.