-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc.html
More file actions
61 lines (49 loc) · 2.2 KB
/
c.html
File metadata and controls
61 lines (49 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="img/CodeHelper.png">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Oswald|Roboto+Condensed" rel="stylesheet">
<title>CodeHelper | Helping students to learn Code.</title>
</head>
<body>
<header>
<nav>
<h1>CodeHelper</h1>
<ul>
<li><a class="homewhite" href="main.html">Home</a></li>
<li><a class="sameclass" href="contact_us.html">Contact Us</a>
<li><a class="sameclass" href="about_us.html">About Us</a>
<li><a class="sameclass" href="#">Our Team</a>
<li><a class="sameclass" href="login.html">Login</a></li>
<li><a class="sameclass" href="signup.html">Sign Up</a></li>
</ul>
</nav>
</header>
<div class="main">
<div class="ptext">
<h1>Welcome to Code Helper </h1>
</div>
</div>
<div class="topmenu">
<nav>
<ul>
<li><a class="menucolor" href="c.html">C</a></li>
<li><a class="menucolor" href="c++.html">C++</a>
<li><a class="menucolor" href="python.html">Python</a>
<li><a class="menucolor" href="java.html">Java</a>
</ul>
</nav>
</div>
<h2 class="c"> C Programming.</h2>
<p class="c-def">C is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system. C is the most widely used computer language. It keeps fluctuating at number one scale of popularity along with Java programming language, which is also equally popular and most widely used among modern software programmers.</p>
<div class="progC">
<h1 class="prog"> Some Basic Programs</h1>
<a class="proglist" target="_blank" href="c_programs/C_factorial.html">➤ Factorial</a><br>
<a class="proglist" target="_blank" href="c_programs/C_bsort.html">➤ Bubble Sort</a><br>
<a class="proglist" target="_blank" href="c_programs/C_Deci_to_Bin.html">➤ Decimal to Binary</a><br>
<a class="proglist" target="_blank" href="c_programs/C_swap.html">➤ Swapping</a><br>
<a class="proglist" target="_blank" href="c_programs/C_bin_search.html">➤ Binary Search</a><br>
</div>
<div class="footermain">Made with ❤</div>