Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
part 3
//gcc 5.4.0 #include <stdio.h> #include <math.h> int main() { int a; int b; int c; int d; int x; int total; scanf("%d",&a); scanf("%d",&b); scanf("%d",&c); scanf("%d",&d); scanf("%d",&x); total= (a)*(x*x*x)+ b*(x*x) + (c*x) + d; printf("f(x)= ax**3+bx**2+cx+d\n"); printf("f(x)= %d" , total); return 0; }
run
|
edit
|
history
|
help
0
C programming example implementing a function to set a specified bit in an int (from ECE 2534)
Assignment 7
Assignment 5
Project 3 Part 1 v1.75
Función bsearch
Goodone for understanding array passing
poist
150108_RecursivoPrimo
print_odd_pointer.c
StructSurvey