Answer Posted / saranya
by compiling (alt+f9) and
by executing(ctrl+f9)
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
what is VOID?
what is oops and list its features in c++?
What is a .h file c++?
Describe friend function & its advantages.
Is linux written in c or c++?
What is #include ctype h in c++?
Explain the volatile and mutable keywords.
What is the error in the code below and how should it be corrected?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Which is the best c++ compiler for beginners?
What is setfill c++?
Explain terminate() function?
What is the best c++ book for beginners?
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. --- │ │ │ │ │ │ ---
What are the two types of comments?