jituTechnology

jituTechnology

Latest Posts

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

Search Within ZIP files in Windows 7

Are you getting tensed to search the files which are in ZIP.Be relaxed, in this windows 7 tricks article I m going to write how to search within ZIP files. Unlike windows XP and Windows Vista, Windows 7 provide us the facility to search within zip files.Sometimes we have to search for the files which […]

read more

Write a Program for Ratio of Height To weight

/*A program that ask user to input height in feet and inch, and weight in Kg and then convert height in inch and then in to meter. Apter then convert height to meter and finally calculate the ratio of height to weight. programmed by: Name: Jitendr Yadav Roll:16 Date:11 jan 2011 */ #include <stdio.h> #include […]

read more

Write a program to use size of operator to determine the size of different data types.

/*A program to use size of operator to determine the size of different data types programmed by name: Jitendra yadav roll: 16 */ #include <stdio.h> #include <conio.h> void main() { printf(“Integer takes %d bytes of memory in this computer”,sizeof(int)); printf(“\ncharacter takes %d bytes of memory on this computer”,sizeof(char)); printf(“\nFloat takes %d bytes of memory on […]

read more

Write a program to read the weight in Gram and convert it to Kilogram and Gram

/*A propgram to read the weight in gram and convert it to to Kilogram and gram programmed by name: Jitendra yadav roll: 16 */ #include <stdio.h> #include <conio.h> void main() { int kg,gm; printf(“Enter the weight in Gram: “); scanf(“%d”,&gm); kg=gm/1000; gm=gm-kg*1000; printf(“Kg=%d and Gram=%d”,kg,gm); getch(); }

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