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

Class emp

Chapter 9 - Practice Set/03_problem3.c:2–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <stdio.h>
2typedef struct emp{
3 int salary;
4 float score;
5} Employee;
6
7int main(){
8 Employee e1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected