C is a procedural programming language developed by Dennis Ritchie in the early 1970s.
#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
}
C++ is an extension of C, developed by Bjarne Stroustrup.
#include <iostream>
using namespace std;
int main() {
cout << "Hello, World!";
return 0;
}
HTML is not a programming language — it is a markup language used to create web pages.
<html>, <body>, <h1><!DOCTYPE html>
<html>
<head>
<title>My Page</title>
</head>
<body>
<h1>Hello, World!</h1>
</body>
</html>
C LANGUAGE
C++ LANUGUAGE
HTML
No reviews yet. Be the first to review this course!
Enroll in your desired course
Copyright © 2026 DITRP INDIA. All Rights Reserved