Setbkcolor function in c
Declaration :- void setbkcolor(int color);
setbkcolor function changes current background color e.g. setbkcolor(YELLLOW) changes the current background color to YELLOW.
[ad type=”banner”] Remember that default drawing color is WHITE and background color is BLACK.


