Does c++ have foreach?
No Answer is Posted For this Question
Be the First to Post Answer
What does return 0 do in c++?
i want the NIC programmer-B model papaer pattren, iwant the all model papers?
what is difference between internet and Internet?
12 Answers College School Exams Tests, Microsoft, MIT, TCS,
Name some pure object oriented languages?
Program to check whether a word is a sub-string or not of a string typed
What is #include ctype h in c++?
Explain public, protected, private in c++?
Evaluate: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); a) 10 b) 11 c) 1
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What are the advantage of using register variables?
Is java a c++?