Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
My first program
#include<stdio.h> int main() { int p,n; float r, si; p=1000; n=3; r=8.5; si=p*n*r/100; printf("%f\n",si); return 0; }
run
|
edit
|
history
|
help
0
e
Goodone for understanding array passing
String Manipulation
Project 3 Part 1 v1.5
CheckProcessorEndianness
A_141121_factorial02
union behaviour when const obj created
FloatInt
-Wall
C_141210_Funciones