How many times will this loop execute? Explain your answer.


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

Post New Answer

More C++ Interview Questions

Can we provide one default constructor for our class?

0 Answers  


Write a C++ Program to Reverse a Number using while loop.

1 Answers  


Describe the different styles of function prototypes in C++.

0 Answers   Adobe,


What is a virtual base class?

6 Answers   Fidelity, Siemens,


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


Is deconstructor overloading possible? If yes then explain and if no Then why?

1 Answers  


How will you execute a stack using a priority queue? (Push and pop should be in O (1)).

0 Answers   Adobe,


What are the different scope C++ provide ?

0 Answers   Amdocs,


What is a COPY CONSTRUCTOR and when is it called?

0 Answers   IBS,


What is pass by value & reference.

0 Answers   Accenture,


What does it mean to declare a function or variable as static?

0 Answers   Amazon,


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

0 Answers   Alter,


Categories