• Home
  • Subscribe
  • Contribute Us
    • Share Your Interview Experience
  • Contact Us
  • About
    • About CSEstack
    • Campus Ambassador
  • Forum & Discus
  • Tools for Geek
  • LeaderBoard
CSEstack

What do you want to Learn Today?

  • Programming
    • Tutorial- C/C++
    • Tutorial- Django
    • Tutorial- Git
    • Tutorial- HTML & CSS
    • Tutorial- Java
    • Tutorial- MySQL
    • Tutorial- Python
    • Competitive Coding Challenges
  • CSE Subject
    • (CD) Compiler Design
    • (CN) Computer Network
    • (COA) Computer Organization & Architecture
    • (DBMS) Database Management System
    • (DS) Data Structure
    • (OS) Operating System
    • (ToA) Theory of Automata
    • (WT) Web Technology
  • Interview Questions
    • Interview Questions- Company Wise
    • Interview Questions- Coding Round
    • Interview Questions- Python
    • Interview Questions- REST API
    • Interview Questions- Web Scraping
    • Interview Questions- HR Round
    • Aptitude Preparation Guide
  • GATE 2022
  • Linux
  • Trend
    • Full Stack Development
    • Artificial Intelligence (AI)
    • BigData
    • Cloud Computing
    • Machine Learning (ML)
  • Write for Us
    • Submit Article
    • Submit Source Code or Program
    • Share Your Interview Experience
  • Tools
    • IDE
    • CV Builder
    • Other Tools …
  • Jobs

C / C++

In this section, we share here all the code in C, C++ computer language. C, CPP++ are the two basic and important languages for placement, interview preparation.


C++ or Python | Which Programming Language Deserves More Praise?

C++ and Python are two of the most popular programming languages. They are both object-oriented languages, but there are some important differences between them. C++ is a...
Aniruddha Chaudhari
27 Aug, 22

35+ Competitive Coding Questions with Solutions | asked in Interviews 2022

Here is the list of competitive coding questions answers. These latest coding challenges are asked in the product-based companies in recent times (2021-2022). Almost all the...
Aniruddha Chaudhari
06 Oct, 21

Divide and Multiply a number by Two using Bitwise Operator (Without...

Why use left-shift and right-shift operators instead of generic divide(/) and multiply(*) operators?  Explanation: The '/' and '*' operators can be very time-consuming...
Om Tayade
19 Jul, 21

C++ Program to Find the nth Bit of Number (Bit Masking)

Sometimes interviewers also twist the question and ask you to check if the nth bit is set or not. You have to follow the same approach. Algorithm and approach: Left shift 1...
Om Tayade
18 Jul, 21

C++ Program to Count the Number of Set Bits in a Number

The easy solution to this problem is to convert the given number into a binary string. Loop over all the characters in the string. A number of ones in the string are nothing but...
Om Tayade
18 Jul, 21

C++ Program to Check Odd or Even Number without using Modulo

We all know about the odd and even numbers. In simple terms, if the number is divisible by two, it is even. If the number is not divisible by two, it is...
Om Tayade
18 Jul, 21

Write a Program to Find the Median of Array (by Sorting)

Explanation You will be given a list of numbers. Let's say 7, 8, 4, 5, 2 First, you have to sort the numbers using the swapping methodology. Sorted list: 2, 4, 5, 7,...
R.Manoj Aiyer
26 Jun, 21

Write a Program to Find the Transpose of a Matrix

Explanation Transposing a matrix is also known as flipping a matrix where rows become columns and columns become rows, In other words, lets M is a matrix and Transpose of...
R.Manoj Aiyer
26 Jun, 21

Second Largest/Smallest Number in Array in C/C++, Java and Python

In an earlier tutorial, we have seen how to find the smallest or largest number from the integer array. In this tutorial, we are going to find the second smallest number in an...
Aniruddha Chaudhari
21 Jun, 21
1›»
Page 1 of 7

Interview Questions



You can share your interview experience.

Subscribe for FREE Newsletter

Do you want me to send you programing updates for FREE?

Subscribe below…

© 2022 – CSEstack.org. All Rights Reserved.

  • Home
  • Subscribe
  • Contribute Us
    • Share Your Interview Experience
  • Contact Us
  • About
    • About CSEstack
    • Campus Ambassador
  • Forum & Discus
  • Tools for Geek
  • LeaderBoard