What is boyce codd normal form in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is virtual destructor ans explain its use?
tell me about yourself ?i want answer for frehers with various exasmples?
State the difference between pre and post increment/decrement operations.
Explain how an exception handler is defined and invoked in a Program.
How is objective c different from c++?
Explain function overloading
Why ctype h is used in c++?
Can member functions be private?
Evaluate: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); a) 10 b) 11 c) 1
What is class syntax c++?
What are libraries in c++?
List out some of the OODBMS available?