What is bool in C++


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

Post New Answer

More C++ Interview Questions

What kind of problems does name mangling cause?

0 Answers   Amazon,


Without using third variable write a code to swap two numbers.

0 Answers   Accenture,


Do you know about Agilent PRECOMPILERS. ?

0 Answers   Agilent,


Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69

2 Answers  


What is constant keyword in C++? Illustrate its various uses.

0 Answers   Akamai Technologies, Infogain,






How to invoke a C function using a C++ program?

0 Answers   Alter,


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

0 Answers   Amazon,


What are string library functions(syntax).

0 Answers   Accenture,


Can we provide one default constructor for our class?

0 Answers  


What is Coupling?

0 Answers   Cap Gemini,


Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.

0 Answers   Adobe,


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


Categories