
Computer graphics C program to show a man walking in rain with an umbrella
September 30, 2020
No Comments
C program to show a man walking in rain computer graphics program for a man walking in rain with an umbrella. learn step by step with a full explanation. Computer graphics C program to show a man walking in rain with an umbrella Computer graphics program

2 Computer graphics program for a man walking in rain with an umbrella
September 30, 2020
No Comments
Computer graphics program for a man walking in rain with an umbrella computer graphics program for a man walking in rain with an umbrella. learn step by step with a full explanation. Computer graphics C program to show a man walking in rain with an umbrella

How to write C Programming code for blinking Text particular on screen
September 29, 2020
No Comments
C Programming code for blinking Text Write a C Programming code for blinking Text particular and continuously on the screen. Learn step by step C program to Blink a Text on screen #include <stdio.h>

Sort Array in ascending order |String and Two dimensional function|
September 29, 2020
No Comments
Array in Ascending Order Write a Program “wap in C” and take Input in Array and Print IT in Ascending Order. Learn step by step Array in ascending order Sort array in ascending order #include<stdio.h> #include<conio.h> void main() { int a[5],j,i,s=0; clrscr(); printf(“\n Enter

Write a C program to Draw A rainbow using Graphics in C examples PDF
September 28, 2020
No Comments
C program to Draw A rainbow A-C program to Draw a rainbow. This program would only work in the Turbo C compiler in the DOS-compatible machine. The Pdf link is Below the Image. Creating a Rainbow using Graphics Programming in C #include<stdio.h> #include<graphics.h> #include<dos.h>

Write a simple graphics program to draw a circle in the circle in C using circle function
September 23, 2020
No Comments
Draw a circle in the circle in C Advance Circle Drawing graphics program in C using Circle(); function for Draw a circle in the circle in C. Circle function in C #include<stdio.h> #include<graphics.h> #include<conio.h> int main() { int gd=DETECT,gm; int i,j; initgraph (&gd, &gm,

2d transformation in computer graphics program in C and C++ Animation
September 23, 2020
No Comments
2d transformation in computer graphics program in c 2d transformation in computer graphics program in C and C++ animation program using initgraph(); function Graphics program Graphics program in c #include<stdio.h> #include<graphics.h> #include<conio.h> int main() { int gd=DETECT,gm; int i,j; initgraph (&gd, &gm, ” “);

How to change Background color in turbo C and C++ using Setbkcolor function
September 21, 2020
No Comments
Background color in turbo C Here a Graphics program for you like Background color in turbo C. How to color the output of a program in C #include<stdio.h> #include<graphics.h> #include<conio.h> main() { int gd = DETECT, gm, drawing_color,x,y,s; initgraph(&gd,&gm,“C:\\TC\\BGI“); setbkcolor(2); printf(“\n Enter first Number:-“);

Text color in C programming and CPP using Setbkcolor function
September 21, 2020
No Comments
Text color in C programming Write a program to Text color in C programming and change the Background color of console output in C and CPP Setbkcolor function in c #include<stdio.h> #include<graphics.h> #include<conio.h> main() { int gd = DETECT, gm, drawing_color; char a[100]; initgraph(&gd,&gm,“C:\\TC\\BGI”);

How to Change the Color the output of a program in C and C++ using text background
September 21, 2020
No Comments
Color the output of a program in C Background Color Menu using SetConsoleTextAttribute for Color the output of a program in C Text background in C #include<stdio.h> #include<conio.h> #include<windowS.h> int main() { printf(“\n\n\t\tTheSmolt-Learn for Free\n\n\n”); SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE),BACKGROUND_GREEN); printf(“This is Green Background!”); SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE),BACKGROUND_BLUE|BACKGROUND_RED| BACKGROUND_INTENSITY); printf(“\n\n This