Showing posts with label
c programs
.
Show all posts
Showing posts with label
c programs
.
Show all posts
Tuesday, 26 August 2014
C program to Display Factors of a Number
›
C program to Display Factors of a Number : This program takes a positive integer from an user and displays all the factors of that number....
C Program to Calculate Difference Between Two Time Period
›
In this program, user is asked to enter two time periods and these two periods are stored in structure variables. This program calculates t...
C Program to Store Information of a Student Using Structure
›
In this program, a structure(studentinfo) is created which contains name, roll and marks as its data member. Then, a structure variable( s ...
C program to Calculate the Power of a Number
›
C program to Calculate the Power of a Number : This program below takes two integers from user, a base number and an exponent. For example...
C Program to Access Elements of an Array Using Pointer
›
Here is simple C program is given which access the element of an array using pointer.This program accept five integer value and access th...
Monday, 25 August 2014
C Program to Accept Paragraph using scanf
›
C Program to Accept Paragraph using scanf: I f you think that scanf does not accept paragraph then your are wrong,because here we learn a ...
C Program to Add two numbers without using arithmetic Operators
›
C Program to Add two numbers without using arithmetic Operators Program 1 : Using Recursive Function #include<stdio.h> i...
›
Home
View web version