Happy holi in coding style
WISH HAPPY HOLI USING C LANGUAGE: follow these steps : 1. open code blocks and select new project: 2. select console application : 3. click on next button and choose c language: 4. provide project title as well as project path: now you can see that the main window is open , so write the code here: #include <stdio.h> #include <wchar.h> #include <stdlib.h> #include <locale.h> int i,j; void delay() { for(i=0; i<1000; i++) for(j=0; j<3000; j++) {} } void delay1() { for(i=0; i<100000; i++) for(j=0; j<3000; j++) {} } void change() {system("COLOR 9"); delay1(); system("COLOR C"); delay1(); system("COLOR 5"); delay1(); ...