Which header file allows file i/o with streams
a) fileio.h
b) iostream.h
c) fstream.h
No Answer is Posted For this Question
Be the First to Post Answer
Write about the local class and mention its use?
Explain how functions are classified in C++ ?
Explain operator overloading.
in C++ , the word plus plus who found this?
When the design recommends static functions?
1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
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
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Can constructor be static in c++?
Can I learn c++ in a week?
How can you tell what shell you are running on unix system?