Make a simple question asking program from c language.
source code: #include <stdio.h> struct student { char name[50]; int roll; float marks; } s; int main() { printf("welcome to a simple...
Your Go-To Source
source code: #include <stdio.h> struct student { char name[50]; int roll; float marks; } s; int main() { printf("welcome to a simple...
source code: <html> <head> <title>Login Page</title> </head> <body> <form name="loginForm" method="post" action="login.php"> <table...
source code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width,...
source code: <html> <head> <meta charset="UTF-8"> <title>simple chessborad made by linux tech</title> <style type="text/css"> .chessboard...
source code: <!doctype html> <html> <head> <title>simple analog clock made by linux tech</title> </head> <body> <canvas id="canvas"...
source code: <html> <head> <title>Digital Clock made by linux tech </title> <link href="https://fonts.googleapis.com/css?family=Orbitron"...
source code: <Html> <Html> <head> <title> Registration Page </title> </head> <body bgcolor="skyblue"> <br> <br> <form> <label> Firstname...
<!DOCTYPE html> <html> <head> <title>Calculator - Linux Tech</title> </head> <body> <div id='calc-contain'> <form name="calculator">...
first you need to uninstall java9 and java10 , because the launcher which i am going to show you guys will only run with java8 . so run...
package main import "fmt" func main() { var operator string var number1, number2 int fmt.Print("Please enter First number: ")...
first we need to install golang by typing: sudo apt-get install golang then we will update the system sudo apt-get update then we will...
#include <iostream> #include <stdlib.h> #include <unistd.h> #include <time.h> using namespace std; int createZombie() { if (rand() % 67...
plz like,share and subscribe to my channel if you like the code- raw code- #include <iostream> using namespace std; char matrix[3][3] = {...
import random WORD = ('apple', 'oracle', 'amazon', 'microsoft') word = random.choice(WORD) correct = word clue = word[0] +...
# SNAKES GAME # Use ARROW KEYS to play, SPACE BAR for pausing/resuming and Esc Key for exiting import curses from curses import...
import time while True: from datetime import datetime now = datetime.now() print ("%s/%s/%s %s:%s:%s" % (now.month,now.day,now.year,now.h...
#include<iostream> #include<cstdlib> #include<stdio.h> #include <termios.h> #include <unistd.h> #include <fcntl.h> #include <stdio.h>...