Page not found
Search results
Submit your source code or program
Here, you can submit your C, C++, or Java source code/program. We will check it, and if we find it useful, ...
devyog - 22/11/2019 - 19:38
source code for package
Program access the package ...
devyog - 16/04/2011 - 18:02
graphdefaults function in c
... Sets the default text font and justification. C programming source code for graphdefaults #include <graphics.h> #include ...
devyog - 09/06/2018 - 20:50
textheight function in c
... pixels. Declaration: int textheight(char *string); C programming source code for textheight #include<graphics.h> ...
Guest (not verified) - 08/01/2018 - 20:55
Textwidth function in c
... in pixels. Declaration: int textwidth(char *string); C programming source code for textwidth #include <stdio.h> #include ...
devyog - 08/01/2018 - 20:55
Arc function in C
... angle and end angle should be 0 and 360 respectively. C programming source code for arc #include <graphics.h> #include <conio.h> ...
devyog - 03/10/2018 - 18:04
setviewport function in c
... note that the point (left, top) becomes the new origin. C programming source code for setviewport #include<graphics.h> ...
devyog - 08/01/2018 - 20:55
setfillstyle function in c
... CLOSE_DOT_FILL , USER_FILL } ; C programming source code for setfillstyle #include<graphics.h> ...
devyog - 08/01/2018 - 20:55
gety function in c
... of current position. Declaration: int gety(); C programming source code for gety #include <graphics.h> #include <conio.h> ...
devyog - 08/01/2018 - 20:55
Linear search in C
... let's see how it works in computers. Linear search in C to find whether a number is present in an array. If it's present, then at ... || []).push({}); Linear search program in C #include <stdio.h> int main ( ) { int ...
devyog - 05/04/2025 - 22:18