#include<stdio.h>
#include<conio.h>
void main()
{
int num,rem,rev=0;
clrscr();
printf("nEnter any no to be...
C Program to calculate gross salary of a person.
C Program to calculate gross salary of a person.
#include<stdio.h>
#include<conio.h>
void main()
{
int gross_salary,basic,da,ta;
clrscr();
printf("Enter...
C Program to find greatest in 3 numbers
C Program to find greatest in 3 numbers
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,c;
clrscr();
printf("nEnter...
C program to reads customer number and power consumed and prints amount to be paid
An electric power distribution company charges its domestic consumers as follows
Consumption Rate of
Units Charge
...
C program to read the values of x, y and z and print the results expressions in one line.
Problem Statement : Write a program to read the values of x, y and z and print the results of the following expressions...
C Program to find exponent Power Series !!
Program :A program to evaluate the power series
x2 x3 xn
ex = 1 + x + --- + --- + ........
Subscribe to:
Posts (Atom)