We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1c2a9 commit 52be251Copy full SHA for 52be251
Chapter25/circle.c
@@ -1,6 +1,6 @@
1
// circle.c
2
// Chapter 25
3
-// Learn C Programming - Fundamentals of C
+// Learn C Programming
4
//
5
// Demonstrate various types of scope:
6
// 1. local scope
@@ -61,3 +61,6 @@ void circle( double radius ) {
61
printf( " area = %10.4f square inches\n" , circle_area( r ) );
62
printf( " volume = %10.4f cubic inches\n\n" , circle_volume( r ) );
63
}
64
+
65
+ // eof
66
0 commit comments