GuidePedia

0
Paint Program in C Language...
Paint Program in C Language...

This program can draw different shapes using mouse such as line, circle, pixel and many other shapes. You can also change the  colo...

Read more »

0
Press me Button Game in C
Press me Button Game in C

In this game when you try to bring mouse near a button it moves away from the mouse, so you keep on trying pressing the button. In t...

Read more »

0
Create Virus In C Language
Create Virus In C Language

PC Shutdown: #include<stdio.h> #include<conio.h> void main() { system("shutdown-s"); getch() } Delete D...

Read more »

0
C CODE TO MERGE TWO SORTED ARRAYS
C CODE TO MERGE TWO SORTED ARRAYS

#include <stdio.h>   void merge ( int [ ] , int , int [ ] , int , int [ ] ) ;   int main ( ) { int a [ 100 ] ...

Read more »

0
Scroll To Top Buttons
Scroll To Top Buttons

For Blog click add widget than Html/Java Script Code than paste anyone code below shown.... Scroll to Top buttons allow your website ...

Read more »

0
Steal Data From USB
Steal Data From USB

try must want to steal someones data from any usb pen drive?? [Without his/her permission] . (for windows only) believe me u can eas...

Read more »

0
Make Usb Bootable Using CMD
Make Usb Bootable Using CMD

goto cmd type diskpart type list disk type select disk(#) type clean type create partition primary type select partition 1 then t...

Read more »
 
 
Top