This Is Simple Quiz Program of 4 Question Made In 6 Different Programming Languages To Understand The Basic Of Languages For Beginners.
- C
- C++
- C#
- Go
- Python
- Java
To Run C Program You Need gcc Compiler.
Change Directory To Folder Where main.c
Is Present and run command.
gcc main.c
This Will Create exe of file
For Running C++ File. Inside Of C++ Folder Run Command
g++ main.cpp
To Run C# File.Inside C# Folder Run The Following Command.Then Check C#/bin/Debug/Net5.0/ You See C#.exe File
dotnet build
For Running GO File.Switch Into GO Folder and Run
go run main.go
Python3 Required
For Running Python File.Inside The Python Folder Run Command
python main.py
For Running Java Program
src/com/darkwebQuiz Contains Main Java File. Switch Into This Directory and Run Command On Machine With Java SE Installed
java Main.java
or Simple Click Run Button In Intellij IDEA
Its Written by @TheDarkW3b
- Support Group :- https://t.me/Technology_Arena
- Channel :- https://t.me/Dark_Hacker_X
Soon More Languages Will Be Added