how to connect oracle in C/C++.

Answer Posted / abi

d qn s how to connect??
cn any1 plz repli...

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many keywords (reserve words) are in c?

621


Can the sizeof operator be used to tell the size of an array passed to a function?

620


What is static volatile in c?

576


What are pointers? What are stacks and queues?

579


What are the different types of endless loops?

624






Do you know the difference between malloc() and calloc() function?

614


What is extern storage class in c?

513


Explain how can you tell whether a program was compiled using c versus c++?

578


How can you tell whether two strings are the same?

833


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

677


What language is c written?

577


What are data types in c language?

585


What does it mean when the linker says that _end is undefined?

634


What is c language used for?

559


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

657