• 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

bit manipulation

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 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

6 Bitwise Operators in Python | Coding Example

There are different ways of representing numeric data such as binary, octal, decimal, and hexadecimal. In the computer, every number is saved as binary bits (internally)....
Aniruddha Chaudhari
18 Apr, 20
C Program to Count Number of Ones in Binary
C / C++Code

C Program to Count Number of Ones in Binary [Set bits in an Integer]

Problem Statement: You have given an integer number. You have to write a C Program to Count Number of Ones in Binary representation of a given integer number. Note: One's bit...
Aniruddha Chaudhari
17 May, 17
how to find 2's complement
C / C++CodeCSE SubjectData Structure

[Two Easy Methods] How to Find 2’s Complement?

If you have given a decimal number, convert it into a binary number. Now you got the binary number. Note: If you are C programmer, you can find this easiest program to convert...
Aniruddha Chaudhari
10 Jan, 17

How to Convert Decimal to Binary in C/C++ Program?

If you are searching for an inbuild function to convert the given integer value into binary format, let me be clear it is not there. In fact, there is no boolean data type in C....
Aniruddha Chaudhari
20 Sep, 15

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