Page not found
Search results
Delay function in C
... || []).push({}); C programming code for delay #include<stdio.h> #include<stdlib.h> main ...
devyog - 29/09/2018 - 13:46
C sound program
... void sound(unsigned frequency); C programming code for sound (Turbo C compiler only) #include <dos.h> int ...
devyog - 28/09/2018 - 10:51
C++ program to add two complex numbers
... C++ program to add two complex numbers. C++ programming code #include <iostream> using namespace std ; ...
devyog - 13/07/2018 - 12:29
grapherrormsg function in C
... char *grapherrormsg( int errorcode ); C programming code for grapherrormsg #include <graphics.h> #include <stdlib.h> ...
devyog - 09/06/2018 - 20:50
getcolor function
... be 15. See colors in C graphics . C programming code for getcolor #include<graphics.h> #include<conio.h> ...
Guest (not verified) - 09/06/2018 - 20:50
C++ program to add two numbers
C++ program to add two numbers. C++ programming code #include <iostream> using namespace std ; ...
devyog - 22/02/2018 - 13:39
textbackground in C
... void textbackground(int color); C programming code for textbackground #include<stdio.h> #include<conio.h> ...
devyog - 03/02/2018 - 16:06
Function moverel in C
... Declaration: void moverel(int x, int y); C programming code for moverel #include <graphics.h> #include <conio.h> ...
devyog - 24/01/2018 - 17:57
sector function in c
... int endangle, int xradius, int yradius); C programming code for sector #include <graphics.h> #include <conio.h> ...
devyog - 08/01/2018 - 20:55
outtextxy function in c
... the address of string to be displayed. C programming code for outtextxy #include<graphics.h> #include<conio.h> ...
devyog - 08/01/2018 - 20:55