WS_EX_COMPOSITED works by forcing child windows to draw back to front and by double buffering them; however, the double buffering used by WS_EX_COMPOSITED for the child windows conflicts with the double bufferin
{ int i; i=2; switch(i) { case1: printf(“A”); No space between case and constant break; case2: printf(“B”); break; case3: printf(“c”); break; default : printf(“d”); } } o/p:D According to the syntax of the switch, case and constant value must be required space...