Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
arthi3.cpp
#include<stdio.h> void func(int r,float*a,float*p) { *a=3.14*r*r; *p=2*3.14; } void main() { int radius float area,perimeter; printf("enter radius of a circle"); scanf("%d",&radius); fun(radius,&area,&perimeter); printf("area=%f",area); printf("perimeter=%f",perimeter); }
run
|
edit
|
history
|
help
0
role of copy constructor
ewfgrthry
BindWithContainer
read_write_lock_acc
reverseKNode
Kolokwium_2011_z7
Default_Template
hh
MY NEW
Hello World - verbose