To solve the 8 Queens problem, which algorithm is used?


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

Post New Answer

More C++ Interview Questions

Write a C++ Program to Find Sum and Average of n numbers using for loop.

1 Answers  


How can you force the compiler to not generate them?

0 Answers   Amazon,


What is wrong with this statement? std::auto_ptr ptr(new char[10]);

0 Answers   Amazon,


Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.

0 Answers   Alter,


When would you choose to return an error code rather than throw an exception?

0 Answers   Amazon,






Write a syntax and purpose of switch statement.

0 Answers   Agilent,


Write a program that ask for user input from 5 to 9 then calculate the average

0 Answers   IBS,


what is friend function in C++?

0 Answers   TCS,


What is bool in C++

0 Answers  


Write a program to generate the Fibonocci Series in C++.

0 Answers   Accenture,


If class D is derived from a base class B

0 Answers  


C++ supports multiple inheritance. What is the “diamond problem” that can occur with multiple inheritance? Give an example.

0 Answers  


Categories