how to connect with oracle 9i with server in socket program in
c/c++
No Answer is Posted For this Question
Be the First to Post Answer
Difference between overloaded functions and overridden functions
What is static function? Explain with an example
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 is #include math h in c++?
explain the reference variable in c++?
Can a program run without main function?
What is pointer in c++ with example?
I need to find a specific string between two strings how do I do it?
How does throwing and catching exceptions differ from using setjmp and longjmp?
What does I ++ mean in c++?
Check for Balanced Parentheses using Stack?
What are the five types of inheritance in C++?