Best Seller Icon Bestseller

CERTIFICATE In COMPUTER APPLICATION(S-CA-5146)

  • Last updated Mar, 2026
  • Certified Course

Course Includes

  • Duration3 Months
  • Enrolled1
  • Lectures78
  • Videos0
  • Notes0
  • CertificateYes

What you'll learn

🔹 C Language

C is a procedural programming language developed by Dennis Ritchie in the early 1970s.

Key Features:

  • Low-level + high-level (middle-level language)
  • Fast and efficient
  • Used for system programming (OS, drivers)
  • Uses functions and procedures

Example:

#include <stdio.h>

int main() {
    printf("Hello, World!");
    return 0;
}

Common Uses:

  • Operating systems (like Unix)
  • Embedded systems
  • Compilers

🔹 C++ Language

C++ is an extension of C, developed by Bjarne Stroustrup.

Key Features:

  • Supports Object-Oriented Programming (OOP)
  • Classes and objects
  • Inheritance, polymorphism
  • More powerful than C

Example:

#include <iostream>
using namespace std;

int main() {
    cout << "Hello, World!";
    return 0;
}

Common Uses:

  • Game development
  • Software applications
  • Competitive programming

🔹 HTML (HyperText Markup Language)

HTML is not a programming language — it is a markup language used to create web pages.

Key Features:

  • Structures web content
  • Uses tags like <html>, <body>, <h1>
  • Works with CSS and JavaScript

Example:

<!DOCTYPE html>
<html>
<head>
    <title>My Page</title>
</head>
<body>
    <h1>Hello, World!</h1>
</body>
</html>


Show More

Course Syllabus

C LANGUAGE

C++ LANUGUAGE

HTML

Review

0.0
Course Rating (0 reviews)
0%
0%
0%
0%
0%



Call
Text Message
Review
Email
CHAT