Name the three attributes of a pen?
Answer / kanagalakshmi
Style,Width and Color are three attributes of the Pen.The
pen object is used to affect the line drawings
| Is This Answer Correct ? | 5 Yes | 0 No |
Is visual c++ a compiler?
What is visual c++ 2008 redistributable x64?
Do I need microsoft visual c++?
Can I uninstall visual c++ 2005?
Can I remove microsoft visual c++?
Explain the advantages of cwinthread class.
What is command routing in VC++
What is microsoft visual c++ runtime library error?
What is dao in vc ++?
What is microsoft visual c++ redistributable and do I need it?
What is the use of microsoft visual c++ 2015 redistributable?
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.