C program to print happy holi

c program to sort array

C program to print happy holi Here is the simple program written in c to Print Happy Holi.   #include<stdio.h> #include<conio.h> void main() { printf(“HAPPY HOLI “); getch(); }