Saturday, 21 June 2014

C program compiler c4droid free download

C4droid is the complier for android.It the best compiler that can compile your any codes, HAVE FUN COMPLINING

FOR DOWNLOAD CLICK HERE

The Dark Knight Rises v1.1.3 Apk + SD Data (free download)/ HOW TO INSTALL




1) First install BATMAN.apk (don`t run)

2) Then copy data file com.gameloft.android.ANMP.GloftKRHM  in sd card\android\obb  Then play the game :)NEEDS TO RUN ONLINE 1ST
If its say unfortunately the  game has stopped the again install the .apk and run the gameTested in NOTE 2

DOWNLOAD LINK

Friday, 2 May 2014

free download internet download manger with crack v6.21. (Idm)

INSTRUCTIONS:

1. Install IDM v6.21
2. Make sure to exit IDM v6.21  from icon tray.
3. Copy IDMan.exe to File Location (C:\Program Files\Internet Download Manager) & replace with the original file.
4. Open RegKey
4. Enjoy :)

FOR DOWNLOAD CLICK HERE  :)


Sunday, 27 April 2014

WAP to find whether it is leap year or not?

#include <stdio.h>
void main()
{
  int year;

  printf("Enter a year to check if it is a leap year\n");
  scanf("%d", &year);

   if ( (year%4 == 0)  ||(year%100==0) && (year%400==0))
   {
       printf("leap year");
   }
  else
  printf("not leap ");
  getch();
  }

Wednesday, 19 March 2014

AMD graphic code 43 error?


Nowdays the laptop doesnot take the drivers normally when we boot/format the computer with windows 7 or windows 8.AMD graphice code 43 is error is due to this problem.The driver is not installed properly or driver is out of date.You can download the driver from the different site but I suggest to download from the geinue sites like if you laptop is of Hp gp to hp.com and download the drivers.
After downloading the drivers
1st install intel driver and then install amd driver. Now restart your computer.

Friday, 7 March 2014

write a program to add two matrix using array??

#include<stdio.h>
#include<conio.h>
main()
{
int x[3][3],y[3][3],z[3][3],i,j,k;

printf("enter the first matrix");
for(i=0;i<=2;i++)
{
for(j=0;j<=2;j++)
scanf("%d",&x[i][j]);
}
printf("enter the second matrix");
for(i=0;i<=2;i++)
{
for(j=0;j<=2;j++)
scanf("%d",&y[i][j]);
}
for(i=0;i<=2;i++)
{
for(j=0;j<=2;j++)
z[i][j]=x[i][j]+y[i][j];
}
printf("the matrix addition is");
for(i=0;i<=2;i++)
{
for(j=0;j<=2;j++)
printf("%d\t",z[i][j]);
printf("\n");
}
getch();
}


Thursday, 6 February 2014

how to run backtrack on android????


1.download complex linux, busybox, vnc android ,terminal emulator from play store
2.download bt5 image .
3.now open busybox and install it.
4.open complete linux -> click on launch ->setting ->add the backtrack image ->launch it.
5. now choose vnc server ->yes and set the resoution and note the LOCALHOST NO.
6.Open vnc and enter
name: backtrack
pass:backtrac
address:127.0.0.1
port:590 and localhost num ie 0,1,2...
now press connect.