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

Function main

Chapter 8/03_input.c:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <stdio.h>
2
3int main(){
4 char st[4];
5 scanf("%s", st);
6
7 printf("%s", st);
8
9 return 0;
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected