Python

How Python Read CSV File into Array List | Explained With Example

[Complete Python Code] How Python read CSV file into array list? What is the use of a CSV file? reader() function explained with example.

cpp

[3 Ways] C/C++ Program to Swap Two Numbers Without Using Temporary Variable

How to write a C program to swap two numbers without using temporary variable? Use addition, subtraction, Multiplication, Division and XOR operation instead of extra space.

Python

Python Program to Swap Two Variables without using Third Variable

Write a Python program to swap two variables without using third variable in one line. It is most efficient solution as it does not use any temporary variable.

linux

How to Change VNC password in Linux Using vncpasswd Command?

Here is a simple command to Change VNC password in Linux using vncpasswd Command. Where to find VNC password file in Linux?

linux

[Step-by-Step] How to get serial number in Linux (Ubuntu) by Command?

[Step by step] How to get serial number in Linux (Ubuntu) by commands? Check serial number using dmidecode in Linux.

cloud

Top 7 Advantages of Cloud Computing | Benefits Explained in Points

What are the advantages of Cloud Computing? Industrial benefits of Cloud Computing explained in points.

Java

Difference between JRE, JDK and JVM in Java [Interview Questions]

What is the of difference between JRE, JDK and JVM in Java environments and their uses? What is JIT compiler in Java? Interview questions.

Accenture

Accenture Interview Questions and Answers for Freshers in Technical HR Interview

What are the Accenture interview questions asked in technical and HR interview? Different placement rounds and process for freshers.

Python

How to Compile Code to Convert py to pyc in Python?

How to convert py to pyc in Python? What is pyc file in Python? How to create pyc file using different modules? Py vs pyc file in Python.