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

Class c

Chapter 9 - Practice Set/05_problem5.c:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <stdio.h>
2
3typedef struct c
4{
5 int real;
6 int imaginary;
7} Complex;
8
9void display(Complex c)
10{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected