Differentiate between an external iterator and an internal iterator?
No Answer is Posted For this Question
Be the First to Post Answer
What is tellg () in c++?
What are 2 ways of exporting a function from a dll?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Hi i need to Acess a variable "int Intval" in the below mentioned code .How to Access it guys i am waiting for your reply
How do you find out if a linked-list has an end?
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
What is static function and static class?
What is the standard template library (stl)?
Is the declaration of a class its interface or its implementation?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What are the different types of variables in C++?
What is c++ namespace?