TCP

14 Difference Between TCP and UDP Protocol Explained in Detail

What is the main Difference Between TCP and UDP Protocol? Where to use TCP or UDP protocol? Which is connection oriented protocol?

cpp

Write a C Program to Print 1 to 100 without Loop, Recursion or Goto

Write a C program to program to print 1 to 100 without loop and recursion. Two simple methods to print a series of numbers without loop explained with an example.

bash

Should I learn Python or Shell Scripting | Difference Between Two?

Python vs Shell Scripting: What is Shell Scripting? What are the advantages of Python over Shell scripting? Which one you should learn?

BARC

BARC Syllabus for CSE | Online Exam Pattern | Interview Questions

What is BARC syllabus for CSE and important dates to apply online? What are the online exam pattern and previous year question paper? BARC interview questions and answers.

Python

Python Lambda Function List Comprehension | Map, Filter, Reduce

What is Python lambda function list comprehension? Explained with map, filter, reduce examples. Difference between normal function and lambda.

Code

5 Easiest Programming Language to Learn for Beginners

What are the easiest and simplest Programming Languages for Beginners to learn? Picking a right coding language is the big challenge.

Python

Difference between Mutable and Immutable in Python | Data Types

What is the difference between mutable and immutable in python? Why is tuple immutable data type in Python if a list is mutable?

AI

Top 4 Artificial Intelligence Modern Myths You Should Stop Believing

What are Artificial Intelligence modern myths? AI Will Contribute To Unemployment? AI Will Destroy Our Privacy? Smart Machines Will Eradicate Humans?

Python

How to Randomly Select Item from List in Python? [Choice method]

How to Randomly Select Item from List in Python Using random.choice() method and Python numpy module? Explained with examples.