-->
Way of C Learning - CPU(2110003)
Facebook
Jasper Roberts
-
Blog
Pages
Home
CPU Syllabus
CPU Theory
CPU Assignments
CPU Experiments
CPU Tutorials
CPU Papers
CPU Books
About Author
Friday, January 30, 2015
Write a C Program to evaluate algebraic exp x power5 +10 x power 4+8 x power3+4x+2
#include<stdio.h>
#include<math.h>
void main ()
{
float x,s;
printf("enter the values of x:");
scanf("%f",&x);
***READ MORE***»
Write a C Program to evaluate algebraic exp (ax+b)/(ax-b)
#include<conio.h>
#include<stdio.h>
void main()
{
int a,b,x;
float s;
clrscr();
printf("enter the values of a,b,x...");
***READ MORE***»
Sunday, January 11, 2015
1ST SEM CPU PAPER WINTER EXAM 2014
CPU PAPER 1/1/2015
CLICK HERE TO DOWNLOAD
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)