What are the stages in the development cycle?


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

Post New Answer

More C++ General Interview Questions

Program to check whether a word is a sub-string or not of a string typed

0 Answers  


What is a constructor and how is it called?

0 Answers  


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

0 Answers  


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


Do the names of parameters have to agree in the prototype, definition, and call to the function?

0 Answers  






write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement

2 Answers  


What are member functions used in c++?

0 Answers  


What is a protocol class?

1 Answers  


When you overload member functions, in what ways must they differ?

0 Answers  


What is a static element?

0 Answers  


In a function declaration, what does extern mean?

0 Answers  


What is the Difference between "vector" and "array"?

15 Answers   Covansys, Gambit, TCS, Wipro,


Categories