how to connect oracle in C/C++.
Answers were Sorted based on User's Feedback
Answer / sujith
Please look in to the details of ProC from Oracle.
The kind of queries which u write in C/C++ code is called
embedded SQL.
I believe ProC is shipped with the enterprise version of
Oracle. I am not sure about the other sources.
Sujith
Is This Answer Correct ? | 2 Yes | 5 No |
If the static variable is declared as global, will it be same as extern?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
what r the cpu registers r ther?
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
Can the sizeof operator be used to tell the size of an array passed to a function?
How to calculate sum
What is array in c with example?
what is the defrenece between structure and union
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
What are c preprocessors?
write an algorithm and a program to count the number of elements in a circularly singly linked list