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
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What is the use of 'using' declaration in c++?
what do you mean by volatile variable?
What is a string example?
Will the following program execute?
What is the role of static keyword for a class member variable?
What is extern c++?
Which software is used to run c++ program?
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
What are stacks?
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
What is the use of endl?