New STL Interview Questions :: ALLInterview.com http://www.allinterview.com New STL Interview Questions en-us write a program to search and display the position of an element in http://www.allinterview.com/showanswers/175990.html #include<iostream.h> • #include<conio.h> #include<process.h> #define max 10 void main() { clrscr(); int X[max],i,item; for(i=0;i<max;i++) { cout<<”Enter “<<”X[“<< i<<”]”<<” element “; cin totoo po ba ang manga aliens! http://www.allinterview.com/showanswers/174124.html how to making game in c++ ? http://www.allinterview.com/showanswers/171752.html give me the defination of inheritance? http://www.allinterview.com/showanswers/170538.html inheritance means object of one class acquire the properties of objects of another class. inheritance primarily for the purpose of code reuse. 5. Write c++ function that would intake a string and return the numbe http://www.allinterview.com/showanswers/169977.html occurrences(string str, char test) { int len = str.size(); int count = 0; for (int i = 0; i < len; i++) { if (str[i] == test) count++; } return count; } wap in c++ which accept a integer array and its size as argument and http://www.allinterview.com/showanswers/166373.html void update(int arr[], int size) { for(int i =0;i<size;i++) { if(arr[i]%2) arr[i] *= 2; else arr[i] /= 2; } } write a program to convert a decimal number in to its equivalent binar http://www.allinterview.com/showanswers/166006.html how to use C++? http://www.allinterview.com/showanswers/164648.html WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++ http://www.allinterview.com/showanswers/164237.html VC++ uses all C++ features.VC++ has GUI and it is user friendly.It has many programming features likeWin32,MFC,ATL,ActiveX,DLL's etc. Write a C/C++ program to add a user to MySQL. The user should be perm http://www.allinterview.com/showanswers/163233.html Write a C/C++ program that connects to a MySQL server and checks if http://www.allinterview.com/showanswers/159762.html if x&lt;&gt;=z then statement end what is the cyclomatic complexi http://www.allinterview.com/showanswers/151551.html Ans:2 1st path is when x<>z 2nd path is when x=z. Therefore answer is 2. What is C++ could you enplane me please? http://www.allinterview.com/showanswers/151345.html 1)c++ has every thing which was present in c language, and it has some additional features and advantages than c language. so its named as c++.. 2) c++ is a object oriented language 3) It follows bottom-up approach in program design. 4) obje what is the difference between thread and process http://www.allinterview.com/showanswers/149036.html Thread is a smallest unit of process. In process have one or more thread. sir please send me bpcl previous question papers http://www.allinterview.com/showanswers/148552.html