Skip to content

PrepBytes Blog

ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING

Log In

Log Out

Menu
  • Language
    • C
    • C++
    • Java
    • Javascript
    • Python
  • Data Structure
    • Array
    • Graphs
    • Heap
    • Linked List
    • Segment Tree
    • Stack
    • Trees
    • Queue
  • Algorithm
    • Backtracking
    • Dynamic Programming
    • Greedy Algorithm
    • RECURSION
    • Searching
    • Sorting
  • CSE Subjects
    • Operating System
  • Company Placement
  • Interview
    • Interview Tips
    • General Interview Questions
    • Algorithms
    • Data Structure
    • Languages
    • Other Topics
  • Competitive
    • Data Structure
      • Array
      • Graph
      • Heap
      • Segment Tree
      • Stack
      • Queue
      • Tree
      • Tries
    • Algorithm
      • Backtracking
      • Dynamic Programming
      • Greedy Algorithm
      • Searching
      • Sorting
    • Other Topics
      • Computational Geometry
      • Game Theory
      • Maths
      • Pointers
      • Recursion
      • String
  • Others
    • Computational Geometry
    • Game Theory
    • Hashing
    • Maths
    • Pointers
    • Recursion
    • String

Sign in to your account

Forgot your password?

New User? Create Account

Login via OTP

We will send you an one time password on your mobile number

New User? Create Account

Login via OTP

An OTP has been sent to your mobile number please verify it below

Resend OTP in 30 sec
Resend
New User? Create Account

Register with PrepBytes

I agree to the terms and conditions.
Already have a account? Login Here

Day: January 25, 2023

C++ Programming

Operator Overloading in C++

PrepbytesJanuary 25, 2023January 27, 2023
In this blog, we will learn about operator overloading in c++. We will have a brief idea about overloading, the need for overloading, types of overloading, and their explanation with...
C Programming

Ternary Operator in C

PrepbytesJanuary 25, 2023January 26, 2023
In this article, you will be introduced to the ternary operator in C. The article contains some basic examples which will help you in developing an understanding of how the...
Arrays

How to Rotate Array in Java

Abhishek SharmaJanuary 25, 2023February 2, 2023
Rotate Array is the simple act of shifting an element of an array to the left, right, or directly by n positions without affecting the array's "bounds." We can rotate...
Java

Method Overriding in Java

Abhishek SharmaJanuary 25, 2023January 30, 2023
In this article, we will learn about method overriding in java with the help of real-world examples. If we define the method which we have already defined in Base Class,...
C++ Programming

Function Overloading in C++

PrepbytesJanuary 25, 2023January 30, 2023
In this blog, we will learn about function overloading in c++, the uses of function overloading, the rules for function overloading in c++, its example with proper code and its...
Graphs

Graph Adjacency Matrix

PrepbytesJanuary 25, 2023January 30, 2023
In this article, we will learn what an adjacency matrix is, its properties, how to represent undirected and directed graphs in an Adjacency Matrix, and some advantages and disadvantages of...
C++ Programming

Type of Constructor in C++

PrepbytesJanuary 25, 2023January 30, 2023
In this blog, we will learn about constructor in c++, their meaning and code, initialization, general syntax with types of constructors in c++, and their proper explanations followed by examples...
Stacks

Implementation Of Stack using Array

Abhishek SharmaJanuary 25, 2023
In this article, we will learn what is a stack, the algorithm for the implementation of stack using array, the algorithm of the stack with an example dry-run, the program...
Stacks

Difference between Stack and Heap

PrepbytesJanuary 25, 2023
In this article, we will learn what is memory allocation, what is stack and heap memory, and how stack memory works with an example of a program in c language,...
Searching

Searching in Data Structure

PrepbytesJanuary 25, 2023
In this article, we are going to discuss what is searching in Data structure. What is Searching in Data Structure? The process of finding desired information from a set of...
Javascript

JavaScript Array from() Method

PrepbytesJanuary 25, 2023
In this tutorial, we will learn about the Array from() method in JavaScript. Array from() method is one of the most widely used methods in JavaScript. Lets give a look...
C++ Programming

ASCII Table in C++

PrepbytesJanuary 25, 2023
In this article, we will discuss ASCII Table and you will learn how to find an ASCII value of a character in C++. We will also discuss various programs to...
Java

Throw and Throws in Java

PrepbytesJanuary 25, 2023
In this article, we will learn about throw and throws in Java for exception handling. This article will focus on handling exceptions using throw and throws in Java. What is...
Java

Type Casting in Java

PrepbytesJanuary 25, 2023
In this article, we will learn about what is Type Casting in Java, along with examples and various types of Type Casting in Java. We will get to know about...

Pages

  • ALGORITHMS
  • ARRAY
  • BACKTRACKING
  • C PROGRAMMING LANGUAGE
  • C++ PROGRAMMING LANGUAGE
  • CAPGEMINI
  • CIRCULAR LINKED LIST
  • COMPANY PLACEMENT PROCEDURE
  • COMPETITIVE CODING
  • COMPUTATIONAL GEOMETRY
  • CSE SUBJECTS
  • DATA STRUCTURE
  • DOUBLY LINKED LIST
  • DYNAMIC PROGRAMMING
  • GAME THEORY
  • GRAPHS
  • GREEDY ALGORITHM
  • HASHING
  • HEAP
  • INTERVIEW PREPARATION
  • INTERVIEW TIPS
  • JAVA PROGRAMMING LANGUAGE
  • JAVASCRIPT PROGRAMMING LANGUAGE
  • Languages
  • LINKED LIST
  • LINKED LIST USING C
  • MATHEMATICS
  • OPERATING SYSTEM
  • POINTERS
  • PYTHON PROGRAMMING LANGUAGE
  • QUEUE
  • RECURSION
  • SEARCHING
  • SEGMENT TREE
  • SORTING
  • STACK
  • STRING
  • TREES

Recent Articles

  • 1
    March 30, 2023

    Self Referential Structure in C

  • 2
    March 30, 2023

    What is Nested Structure in C

  • 3
    March 30, 2023

    typedef in C

  • 4
    March 30, 2023

    strcpy() Function in C

  • 5
    March 30, 2023

    Operating System Architecture & Diagram

  • 6
    March 30, 2023

    Difference between Sequence and Series

Close
Menu
  • Language
    • C
    • C++
    • Java
    • Javascript
    • Python
  • Data Structure
    • Array
    • Graphs
    • Heap
    • Linked List
    • Segment Tree
    • Stack
    • Trees
    • Queue
  • Algorithm
    • Backtracking
    • Dynamic Programming
    • Greedy Algorithm
    • RECURSION
    • Searching
    • Sorting
  • CSE Subjects
    • Operating System
  • Company Placement
  • Interview
    • Interview Tips
    • General Interview Questions
    • Algorithms
    • Data Structure
    • Languages
    • Other Topics
  • Competitive
    • Data Structure
      • Array
      • Graph
      • Heap
      • Segment Tree
      • Stack
      • Queue
      • Tree
      • Tries
    • Algorithm
      • Backtracking
      • Dynamic Programming
      • Greedy Algorithm
      • Searching
      • Sorting
    • Other Topics
      • Computational Geometry
      • Game Theory
      • Maths
      • Pointers
      • Recursion
      • String
  • Others
    • Computational Geometry
    • Game Theory
    • Hashing
    • Maths
    • Pointers
    • Recursion
    • String
FOLLOW US
CONTACT US
+91-8800 2588 17
contact@prepbytes.com
QUICK LINKS
Interview NotesMock TestsPlacement ProgrammeCoding CoursesMock InterviewAbout UsBlog