jituTechnology

jituTechnology

Latest Posts

Write a program to find the maximum of two numbers using conditional operators

/*A program to find the maximum of two numbers using conditional operators programmed by: Name: Jitendra Yadav Roll:16 Date: 11 Jan 2011 */ #include <stdio.h> #include <conio.h> void main() { int a,b,max; printf(“Enter the two number a and b\n”); scanf(“%d%d”,&a,&b); max=(a>b)? a:b;//conditionl operator printf(“The maximum of two is %d”,max); getch(); }

read more

Write a program to calculate the mass of air in Automobile tire

/*A program to calculate the mass of air in automobile tire programmed by name: Jitendra yadav roll: 16 */ #include <stdio.h> #include <conio.h> void main() { int V,m,T,P; printf(“Enter the pressure of a tire:”); scanf(“%d”,&P); printf(“Enter the Volume of air in the tire:”); scanf(“%d”,&V); printf(“Enter the temperature of air in the tire:”); scanf(“%d”,&T); m=(P*V)/(0.37*(T+460)); printf(“The […]

read more

Tips for buying new Mobile phones

In this article I am going to write about the tips for buying new mobile phone. Many people regrets after buying their mobile phones. In this article I am going to write the most important things which you should keep in mind while buying new mobile phone. You can buy any mobile phone from low […]

read more

Practicable Gmail Tips

Since Google began its Gmail service, it has transformed the way we have interacted. Within a very short span of two years, Google has enhanced its customer base to more than 170 million users. Its user interface is most self-descriptive and you will find yourself at very ease with most of its functions, but still […]

read more

A Program to block and unblock USB Ports

Here is the source code of C programming language which will block the USB ports of the computer. In other ways u can say that this is a small virus program to disable USB ports of the computer. #include <stdio.h> #include <conio.h> void main() { system(“reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR \/v     Start \/t REG_DWORD \/d 4 \/f”); […]

read more


Connect with Me

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

Calendar

April 2026
S M T W T F S
 1234
567891011
12131415161718
19202122232425
2627282930