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

What is conversion constructor in C++

0 Answers   TCS,


Find the Factorial of a number using a program.

0 Answers   Accenture,


What are issues if we mix new and free in C++?

0 Answers  


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

0 Answers   Amazon,


What is the difference between virtual functions and pure virtual functions?

1 Answers  






dynamic scoping is

0 Answers   Siemens,


What is bool in C++

0 Answers  


What is the difference between an ARRAY and a LIST in C++?

0 Answers   IBS, TCS,


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

0 Answers   Amazon,


explain the term 'resource acquisition is initialization'?

0 Answers   Amazon,


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

0 Answers   Alter,


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


Categories