What does the ios::ate argument do?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between multiple and multilevel inheritance in c++?
How do you compile the source code with your compiler?
What do you mean by abstraction. Explain your answer?
Explain the different access specifiers for the class member in c++.
What is a forward referencing and when should it be used?
Explain static and dynamic memory allocation with an example each.
Are vectors passed by reference c++?
What is stoi in c++?
What are pointers used for c++?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Explain the auto storage classes in c++.