#include <stdio.h> void function(); int main(int argc, char* argv[]) { int a = 5; function(); printf("Hello world!\n"); return 0; }
If you find our content useful and has helped you in the past, you can help the CodeVault community grow by becoming a CodeVault supporter