top of page
Search

Write a Program in C++ to check whether the given Number is Prime or Composite Number.
Prime Number A prime number is a number that can only be divided by itself and 1 without remainders. A prime number cannot be divided by...
The Tech Platform
Oct 7, 2021

Header Files in C/C++
A header file is a file with extension .h which contains C function declarations and macro definitions to be shared between several...
The Tech Platform
Sep 20, 2021


Front-End Development and Back-End Development Languages.
Front End The front-end is built using a combination of technologies such as Hypertext Markup Language (HTML), JavaScript and Cascading...
The Tech Platform
Sep 18, 2021

Write a C program to display Alphabets (a - z) and (A - Z) using loop
Loops can be used to perform repetitive tasks efficiently and one such task is displaying the entire range of alphabets. In this article,...
The Tech Platform
Sep 6, 2021


Intel Fully Embracing LLVM For Their C/C++ Compilers
Intel's next-generation C/C++ compilers are fully leveraging the LLVM compiler stack in place of their former proprietary compiler...
The Tech Platform
Aug 13, 2021

While vs Do While Structure
While loop While loop allows a part of the code to be executed multiple times depending upon a given condition. It can be viewed as...
The Tech Platform
Aug 2, 2021

Top 8 Programming Languages For Game Developers
Game Developers use Programming Languages to create a game's settings and mechanics. The Choice of Programming Languages depends on...
The Tech Platform
Jul 23, 2021

Benchmarking low-level I/O: C, C++, Rust, Golang, Java, Python
Benchmarking TCP Proxies is probably the simplest case. There is no data processing, only handling incoming/outgoing connections and...
The Tech Platform
Jul 19, 2021

Difference between C++, Java and Python.
C++ C++ is a general purpose programming language and widely used now a days for competitive programming. It has imperative,...
The Tech Platform
Jul 17, 2021


How to Validate Domain Name in Go(Golang) and C/C++?
If you or any of your peers have ever been the target of a phishing attempt, you know that it can be dangerous to click on an unknown...
The Tech Platform
Jul 5, 2021
bottom of page