Saturday, April 19, 2014

Write a program to convert this temperature into centigrade degree

Temperature of a city in Fahrenheit degrees is input through the keyboard. Write a program to convert this temperature into centigrade degrees.






Convert temperature from degreee centigrade to fahrenheit....




Friday, April 18, 2014

Find out the aggregate marks and percentage marks obtained by the student

If the marks obtained by a student are input through the keyboard find out the aggregate marks and percentage marks obtained by the student. Assume that the maximum marks that can be obtained by a student in each subject is 100.




Output




Write a Program to calculate his gross Salary using C

Ramesh's basic salary is input through the keyboard His dearness allowance is 90% of basic salary and his house rent allowance is 10% of basic salary and his rural area is 6% of his salary and plus medical allowance 500 + mobile allowance is 500. Write a Program to Calculate his Gross Salary.




Output




Tuesday, April 1, 2014

Copy One File to another File

Home  �  C File Input/Output  �  Copy One File to another File







Write a Program How many Words in a File

Home  �  C File Input/Output  �  How many Words in a File







A Program Write data into File and Read data from File

Home  �  C File Input/Output  �  Write data into File and Read from File







Simple Union Program

Home  �  C Union  �  Simple Union Program




Output is as :
Name=Bintu
City=Muktsar





Structure and array

Home  �  C Structures  �  Structure and array









Structure within Structure (Nested Structure)

Home  �  C Structures  �  Structure within Structure




Output is as :
Enter the Name and City
Bintu
Muktsar
Name=Bintu
City=Muktsar