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 |
What is visual c++ runtime?
Where can I find microsoft visual c++ on my computer?
What is microsoft visual c++ 2013 redistributable?
what is the difference between the codes written in the document class and view class
Explain pointer to the constant and constant pointer?
What is vcruntime?
How do I reinstall visual c++ on windows 10?
Explain pointer to the constant and constant pointer? Explain difference between them.
What is splitter window in vc++?
#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}
How to declare more than one variable on a single line?
What is the purpose of a C++ namespace?