Have you ever interfaced with a database?

Answers were Sorted based on User's Feedback



Have you ever interfaced with a database? ..

Answer / praveen kumar

No no no..

Is This Answer Correct ?    3 Yes 0 No

Have you ever interfaced with a database? ..

Answer / nishant kumar

yes...

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More OOPS Interview Questions

what is graphics

0 Answers  


why the argument is passed by reference to a copy constructor?example?

2 Answers  


what is SPL in c++.

1 Answers  


How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram

0 Answers   IBM,


#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }

1 Answers  






c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess

1 Answers   HCL, TCS,


What is the use of oops?

0 Answers  


What do you mean by inline function?

6 Answers  


There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?

2 Answers  


Why multiple inheritance is not allowed?

0 Answers  


Why do we use polymorphism in oops?

0 Answers  


What is object-oriented programming? Webopedia definition

0 Answers  


Categories