jituTechnology

jituTechnology

Latest Posts

Write a C program to read 10 numbers in an array and print in reverse order

//program to read 10 numbers in an array and print in reverse order. #include <stdio.h> #include <conio.h> void main () { int i,j; int a[10]; printf (“Enter 10 number\n”); for (i=0;i<10;i++) { scanf(“%d”,&a[i]); } printf(“The reverse is:\n”); for (j=9;j>=0;j–) printf (“%d\t”,a[j]); getch(); }

read more

How Windows Looks Like 20 Years Before

Do you Know how windows looks before? Release of Microsoft Window 3.1 exactly 20 years before was the milestone invention  in the world of Technology. Before 2o years users do not see any graphical interface like desktop, Start up menu, Task manager and others thin gs like now. Operating a computer is now very easy […]

read more

A program to swap the content of two integer variable using call by reference.

A program to swap the content of two integer variable using call by reference. Codes /*A program to swap the content of two integer variable using call by reference*/ /*Programed by          Jitendra Kr Yadav                         10116                         2Apr,2011*/ #include<stdio.h> #include<conio.h> void swap(int*, int *); main() { inta,b; printf(“Enter the value of a and b:\n”); scanf(“%d%d”,&a,&b); […]

read more

Google Database Hacking for Footholds

Using the below Google hacking tips hacker can access the different activity of the site. By using these Google queries attackers dig out the core log files containing important documents of the site through which hackers or attackers penetrate in the site and thus the site is hacked. This is called Google dorks; you can […]

read more

Multiple file selection in windows 7

Have you noticed that whenever you have to select multiple files you have to press CTRL key pressed? You need to keep the CTRL key pressed while clicking on files. It may be hectic to press CTRL key all the times for selecting multiple files. How many times it has happened to you that you […]

read more


Connect with Me

GPO 8973 NPC 541; Kathmandu Nepal
Phone: +977 9851236800

Calendar

April 2024
S M T W T F S
 123456
78910111213
14151617181920
21222324252627
282930