jituTechnology

jituTechnology

C Programming

write a switch Statement that will examine the value of char type variable called color and print one of the following message, depending upon the character assigned to color.

This is the c source code/program for: write a switch Statement that will examine the value of char type variable called color and print one of the following message, depending upon the character assigned to color. A. RED, if either r or R assigned to color B. Green, if either g or G is assigned […]

read more

Read an integer value. Assume it is the number of a month of the year; print out the name of that month

Here is the c source code for: Read an integer value. Assume it is the number of a month of the year; print out the name of that month /* a program to enter the number , assume it the monthe of the year and print the corresponding month programmed by : Name: Jitendra Yadav  […]

read more

Any Character is entered through the keyboard, write a program to determine whether the character entered is capital letter, small letter, a digit or a special symbol using ASCII values and built-in functions

This is the c source code for: Any Character is entered through the keyboard, write a program to determine whether the character entered is capital letter, small letter, a digit or a special symbol using ASCII values and built-in functions The Following table shows the range of ASCII values Characters                          ASCII Values A-Z                                         65-90 a-z                                          […]

read more

A year is entered through the keyboard, write a program to determine whether it is leap or not

This is the c source code for: A year is entered through the keyboard, write a program to determine whether it is leap or not /* A program to find out whether the year is leap or not*/ #include <stdio.h> #include <conio.h> void main() {      int year;    printf(“Enter the value of year:”);    […]

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


Connect with Me

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

Calendar

October 2025
S M T W T F S
 1234
567891011
12131415161718
19202122232425
262728293031