What is boyce codd normal form in c++?


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

Post New Answer

More C++ General Interview Questions

How to write Multithreaded applications using C++?

2 Answers   Honeywell, TCS, Wipro,


Why should you learn c++?

0 Answers  


Comment on local and global scope of a variable.

0 Answers  


When should you use multiple inheritance?

2 Answers  


What is class invariant?

1 Answers  






Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  


What is flush c++?

0 Answers  


How do you establish a has-a relationship?

0 Answers  


Should I learn c or c++ first?

0 Answers  


Explain explicit container.

0 Answers  


Explain the ISA and HASA class relationships. How would you implement each in a class design?

3 Answers  


Why are pointers not used in c++?

0 Answers  


Categories