MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-C-Programming-Course / main

Function main

Chapter 5/04_quick_quiz.c:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <math.h>
3
4int main(){
5 int a = 5;
6 printf("The area of this square is %f\n", pow(a, 2));
7 return 0;
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected