Home
About
Contact
100 C Programs
Powered by
Blogger
.
C Programming
Computer Networks
Data Structures
Database
OOPS
Operating Systems
Software Engineering
0
About
0 Responses to “About”
Post a Comment
Home
Subscribe to:
Posts (Atom)
Subscribe
Total Pageviews
About Me
IndianBooktuber
View my complete profile
Popular Posts
C Program 3: To calculate the gross salary when the basic salary is entered through keyboard
Aim: Ramesh's basic salary is input through the keyboard. His dearness allowance is 40% of basic salary, and house rent allowance is ...
C Program 4: To Convert distance in Km to cm, feet, inch and meter.
Aim: the distance between two cities (in km.) is input through the keyboard. Write a program to convert and print this distance in meters,...
C Program 5: To find the average and percentage of marks obtained
Aim: If marks obtained by a student in five different subjects are input through the keyboard, write a program to find out the aggregate m...
C Program 14: To Find The Factorial of a Number Using Recursion
Aim: To find the factorial using recursion. What is Recursion? when a function calls itself, the phenomenon is referred to as recursion an...
C Program 12: To Print The Given Rectangle Pattern
Aim: To print this pattern *-*********** ***-********* *****-******* *******-***** *********-*** ***********-* Code: ...
C Program 16: To Print The Fibonacci Series Using Recursion
Aim: To print fibonacci series Fibonacci series is the one in which every third number is the sum of first two. The series is 1,1,3,4,7,1...
C Program 7: To find the area and perimeter of rectangle and circumference of circle
Aim: The length & breadth of a rectangle and radius of circle are input through the keyboard. Write a program to calculate the area an...
C Program 6: To convert the temperature from Fahrenheit to Celsius.
Aim: Temperature of a city in Fahrenheit degree is input through the keyboard. Write a program to convert this temperature into Centigrad...
What To Expect Here?
I knew I could simply start with posting the C Programs which I need to code myself just to increase my efficiency in C programming. In fac...
C Program 13: To Swap Two Numbers Using Pointers
Aim: Swap two numbers using pointers. Following is the code: //To swap two numbers using pointers #include<stdio.h> #include<c...
Blog Archive
▼
2014
(17)
▼
June
(8)
C Program 16: To Print The Fibonacci Series Using...
C Program 15: To Find the Factorial of a number us...
C Program 14: To Find The Factorial of a Number Us...
C Program 13: To Swap Two Numbers Using Pointers
C Program 12: To Print The Given Rectangle Pattern
C Program 11: To Print a Right Angled Triangle
C Program 10: To Find The Smallest Number in an Array
C Program 9: To Calculate Sum And Average of Array
►
May
(1)
►
March
(8)
Search
Blog links
0 Responses to “About”
Post a Comment