What is the function of I/O library in C++ ?
No Answer is Posted For this Question
Be the First to Post Answer
Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
what are the events occur in intr activated on interrupt vector table
Which is not a valid keyword a) public b) protected c) guarded
What is the difference between the indirection operator and the address of oper-ator?
What is the latest c++ version?
What is the most powerful coding language?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
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 does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is atoi in c++?
What are the weaknesses of C++?
When should you use global variables?