What is the output of printf("%d")?
Answer Posted / mounika
it will get syntaxerror
| Is This Answer Correct ? | 6 Yes | 64 No |
Post New Answer View All Answers
What are virtual functions in c++?
What is the difference between structure and class?
How would you obtain segment and offset addresses from a far address of a memory location?
Is c++ a high level language?
Explain the difference between class and struct in c++?
Why we use #include conio h in c++?
Differentiate between a copy constructor and an overloaded assignment operator.
What is the use of bit fields in structure declaration?
What is a breakpoint?
How is static data member similar to a global variable?
What is a linked list in c++?
What are maps in c++?
What is iostream in c++ used for?
Is c++ the most powerful language?
I want to write a C++ language program that: 1. 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. The program should work for squares of all side sizes between 1 and 20.