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.
---
│ │
│ │
│ │
---
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.
How to change a specific IDAPI configuration setting?
87
what is Client launching ?
164
How do you initialize function pointers? Give an example?
2
How to Use FindFirst to search for files?
98
C#.net Interview Question
A=10
B=5
C=A+B
Print C
The above will be given in a multiline textbox. You need to
parse the above input, store values for A,B&c. And you have
to display the value of C.
How to use string functions in QTP?give some examples
141
When we delete logfiles such as screenshots how does it
affect the ldf file? Ive seen huge change while adding
screenshots in the ldf file but a very minor one deleting
them.Please Explain
31
Explain about Multi-Threaded ISAPI DLLs ?
58
What version of Delphi 5 does the Code Explorer come with?
613
What is Typecasting ?
73
How to Change delphi default directory?
121
What are the Benefits of the ConstraintBroker?
39
what are bit fields? What is the use of bit fields in a
structure declaration?
7
How to Display a 24 bit True Color bitmap image on a 256
color display?
119
How to Load a locale file into the THTML component ?