Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
std::function ambiguity gcc
diamond
Undefined behaviour
threadpool02
container access all elements
fgm
PATRA_Class_test
Articulation and Bridges
Get all anagrams from given words
Const Return Test
Please log in to post a comment.