Code

command

[Simple Steps] How to Clear Python Shell Interpreter Console Screen?

How to Clear Python Shell Interpreter Console Screen on Windows, Linux and Mac? Use lambda function.

Python

How to create Simple Python HTTP Server for 2.x and 3.x Version?

How this simple oneline command can turn your system into python http server machine. Python is really incredible.

Python

How to Find the longest line from file in Python Program?

Here you go to find the longest line from file in Python Program. It is very much simple and this single line program can get your output.

PyCharm

Pycharm Python Tutorial | Setup and Running Your First Program

Complete Pycharm Python Tutorial to setup Best Python IDE for Windows and Linux. It is easy learning and coding Python practically.

classpath

Difference between Path and Classpath Environment Variable in Java

Though both are the environment variable that contains directory paths, there is a difference between path and classpath variables in Java.

coding challenge

How to Find Next Greater Number with Same Set of Digits in C?

How to Find Next Greater Number with same Set of Digits of a Given Number in C Program? This is a coding question as well as asked in many interview coding rounds.

c-string

How to Write a code to implement strstr function in C?

Write a program to implement strstr function in C. Complete code explained about implementing string function strstr.

array

Write a C Program to Implement Stack using Array

The stack can be implemented using array. Stack using array is the easiest way to understand, how stack actual work and Operations to be performed on Stack using array.

cpp

Write C/C++ Program to Reverse a Linked List without Recursion?

Write a C/C++ Program to Reverse a Linked List. Reverse the singly Linked List elements with or without recursion. Time Complexity explained in detail.