Does c++ have foreach?


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

Post New Answer

More C++ General Interview Questions

What is expression parser in c++

0 Answers   Mphasis,


Differentiate between a template class and class template in c++?

0 Answers  


Is C++ case sensitive a) False b) Depends on implementation c) True

0 Answers  


What is the difference between static global and global ?

2 Answers   CA,


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

0 Answers  






What are features of c++?

0 Answers  


What is the basic structure of a c++ program?

0 Answers  


The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


What is stream and its types in c++?

0 Answers  


Why the usage of pointers in C++ is not recommended ?

0 Answers   TCS,


What do the keywords volatile and mean mutable?

0 Answers  


What are c++ variables?

0 Answers  


Categories