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

ria_pathak

C++ Programming

What is Member Function in C++?

Ria PathakOctober 17, 2022February 3, 2023
A function declared as a member of the class is called a member function. Generally, member functions are declared as public because they have to be called outside of the...
Miscellaneous

10 Things to keep in mind while making a software developer resume

Ria PathakJuly 6, 2022July 11, 2022
Are you starting on a job hunt as a software developer? Or do you want to stand out among your college mates in campus interviews? No matter which is the...
Miscellaneous

20 most common interview questions and answers for freshers

Ria PathakApril 14, 2022October 12, 2022
1. What are the SDLC models present? Ans. Waterfall Model, Spiral Model, Big-bag model, Iterative Model, and V- Model are some of the famous SDLC models. 2. What are the...
C Programming

How to write string programs in C

Ria PathakApril 14, 2022June 20, 2022
A String in C is basically a sequence of characters/symbols which is terminated with a null character \0. E.g., char str = “this is a string” Let us see how...
Miscellaneous

Cisco interview questions for freshers

Ria PathakApril 14, 2022August 22, 2022
Thousands of job seekers apply every year to Cisco where their skills are tested and thoroughly. Here we will be discussing some of the important questions that were commonly asked...
Josephus problem

Contest Winner

Ria PathakApril 14, 2022April 14, 2022
CONCEPTS USED: Josephus Problem DIFFICULTY LEVEL: Hard PROBLEM STATEMENT(SIMPLIFIED): Given a circular linked list containing N elements from 1 - N arranged in increasing order and an integer M. Your...
C Programming

20 Must Practice basic C++ Programs for beginners

Ria PathakApril 14, 2022
1. Beginning of any programming language deals with your first “Hello World!”. Can you print this “Hello World!” in C++? Ans. (Main function is always executed first) #include<iostream.h> using namespace...
General Coding

How to start coding for beginners

Ria PathakApril 14, 2022
Ah! The most popular phase nowadays. Right? Coding has now become an important subject in itself. It not only helps you to clear your thinking process but also increases your...
C Programming

10 Simple C++ Programs for Beginners

Ria PathakApril 14, 2022January 10, 2023
C++ is one the most popular languages in the programming world. In this article we will be looking towards 10 simple programs for beginners in CPP. Adding two numbers in...
Linked list articles

Know Everything about Linked List in Data Structure

Ria PathakApril 11, 2022October 11, 2022
The linked list is one of the most important concepts in data structures and data structures to learn while preparing for interviews. Having a good grasp of Linked Lists can...
OS Interview Question

Top 50 OS interview questions and answers

Ria PathakApril 8, 2022April 8, 2022
![](https://prepbytes-misc-images.s3.ap-south-1.amazonaws.com/assets/1645528391966-B_449-OS.png) Explain the main purpose of the Operating system?Ans. OS is used for communication between the computer systems and their peripherals and also provides an environment for the development and...
Java

What is the difference between core java and advanced java?

Ria PathakApril 8, 2022April 8, 2022
Java being one of the most popular languages is sometimes quite intimidating. Most of you must have heard or even used both core java and advanced java concepts at some...
Java

20 Must Practice basic Java Programs for beginners

Ria PathakMarch 31, 2022April 7, 2022
Write a program to swap two numbers in Java. Ans. Two ways to do this -with third variable and without third variable. public static void swapNumberswithtemp(int a, int b) {...
Strings Interview Programming

Aman String

Ria PathakDecember 27, 2021August 22, 2022
Concepts Used Strings Difficulty Level Easy Problem Statement (Simplified): Find the total number of pairs of indexes (i , j) such as subString(i , j) contains aman atleast once. See...

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
    February 3, 2023

    Local and Global Variables in Python

  • 2
    February 3, 2023

    Expression in Python

  • 3
    February 3, 2023

    FIFO Page Replacement Algorithm

  • 4
    February 3, 2023

    C Programs

  • 5
    February 2, 2023

    Floyd Warshall Algorithm

  • 6
    February 2, 2023

    Kruskal’s Algorithm

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