what is multi-threading in C++?
No Answer is Posted For this Question
Be the First to Post Answer
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
What is microsoft c++ redistributable?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
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
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
If dog is a friend of boy, is boy a friend of dog?
class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.
How to defines the function in c++?
What is c++ 11 and c++ 14?
Give 10 points of differences between C & C++.
What is the use of :: operator in c++?
What is a conversion constructor?