How to establish connection with oracle database software
from c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it

5 Answers   DIT,


What are Storage Classes in C ?

32 Answers   CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,


Explain how can I convert a number to a string?

0 Answers  


In scanf h is used for

4 Answers   BFL,


How Many Header Files in c?

2 Answers   TCS,


Explain is it better to bitshift a value than to multiply by 2?

0 Answers  


Why doesnt the call scanf work?

0 Answers  


What is return type in c?

0 Answers  


We can draw a box in cprogram by using only one printf();& without using graphic.h header file?

4 Answers   NIIT,


What is the use of #include in c?

0 Answers  


How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 Answers  


/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


Categories