C
A programming language
C can be used to develop software like operating systems, databases, compilers, and so on.
C Example
#include<stdio.h> int main() { printf("Hello World"); return 0; }
Java Example
public class Main { public static void main(String[] args) { System.out.println("Hello World"); } }
JavaScript
The language for programming web pages
JavaScript is a web-based programming language used both on the client-side and server-side that allows you to make web pages interactive.
JS Example
< /* Inner HTML */ document.write("Hello World!"); document.write("<br> See the console..."); console.log("Hello World!"); alert("Hello World!"); <
PHP Example
<?php echo "Hello World!"; echo " This is my first PHP Code."; ?>
Algorithm
A specific procedure for solving computational problem
An algorithm is simply a set of steps used to complete a specific task. Here we solve problems by using
programming language.
Data Communication
The process of sharing a message
Data communication refers to the exchange of data between a source and a receiver via form of transmission
media such as
a wire cable. Here we solve problems by using programming language.
Software
Top paid software for free
RakibOFC is aimed to provide some software which users want to have.