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


10 lifesaving HTML/CSS tricks for designers
Learning new things brings both joy and frustration, and development sits on the top of the frustration pyramid. Sadly, most job offers...

The Tech Platform
Aug 18, 2021


Create an animated landing page with Tailwind CSS
In this project we are going to build a beautiful tailwind CSS site. This site again will be created using only HTML and CSS and no...

The Tech Platform
Aug 10, 2021


Symbols used in programming Languages.
A Symbol in Computer Programming is Primitive Data type whose instances have a unique human-readable form. Symbols can be used as...

The Tech Platform
Aug 9, 2021


What is difference between i++ and ++i?
++i and i++ both increment the value of i by 1 but in a different way. If ++ precedes the variable, it is called pre-increment operator...

The Tech Platform
Jul 29, 2021


How to Export Sketch to HTML
Automatically generate HTML from a Sketch design Anima allows designers to create fully responsive prototypes that look and work exactly...

The Tech Platform
Jul 27, 2021


How to Print Emoji in Python
Everything in memory is stored in binary format. The same way emojis are. But it is difficult to identify the emojis in binary format....

The Tech Platform
Jul 27, 2021


Color Guide in CSS/HTML
With CSS, colors can be specified in different ways: By color names As RGB values As hexadecimal values As HSL values (CSS3) As HWB...

The Tech Platform
Jul 27, 2021


How to make a row stay at the top in excel
When you freeze panes, Microsoft Excel keeps specific rows or columns visible when you scroll in the worksheet. For example, if the first...

The Tech Platform
Jul 21, 2021
bottom of page
