Skip to content
QnA Plus

Code, Create, Conquer: Insights, Algorithms, and Innovation

  • Home
  • Privacy Policy
  • Terms and Conditions
  • Contact
  • Contribute
  • About

Programming

  • Home
  • Programming
  • Page 24

C Program to Check a Bit of an Integer

Posted by By Srikanta March 8, 2020Posted inProgramming, CNo Comments
An integer consists of 32 bits. Here we'll see how to write C program to check whether a particular bit is 0 or 1. The above diagram shows the binary…
Read More

Change a Pointer from inside a C Function

Posted by By Srikanta February 14, 2020Posted inC, ProgrammingNo Comments
We can change normal variable from inside a C function by passing the pointer of the variable. Here we'll see how to change a pointer variable from inside a C…
Read More

Change a Variable from inside a C Function

Posted by By Srikanta February 7, 2020Posted inProgramming, CNo Comments
Variables are meant to be changed. But changing a variable from inside a function is a tricky one in C-like programming. Let's consider this code snippet. #include <stdio.h> void change_value(int…
Read More

Function Overloading in C++

Posted by By Srikanta November 24, 2019Posted inProgramming, C++No Comments
Function overloading in C++ allows us having multiple definitions of a single function or method. That means that we can have multiple functions with same name. But their input arguments…
Read More

Singleton Class in C++

Posted by By Srikanta October 26, 2019Posted inProgramming, C++No Comments
Singleton class ensures that there will be only one object of the class in lifetime of a program. Normally we can create as many objects as we want from a…
Read More

Posts pagination

Previous page 1 … 22 23 24 25 26 … 38 Next page
Categories
  • Programming 186
    • C 105
    • C++ 70
    • Python 7
  • Technology 30
  • Networking 6
  • Database 4
  • Others 8

    Popular Posts:

    • Implement Bubble Sort in C 114 views
    • C Program to Sleep in Milliseconds 98 views
    • How to install Ping or Ping6 using YUM 93 views
    • How to Implement Periodic and Single Shot Timers in Linux? 84 views
    • Change a Variable from inside a C Function 57 views
    • C Program to Find the Longest Word in a String 54 views
    • C Program to Check Whether Two String are Equal 52 views
    • How to Store SVN Password in Encrypted Form in Linux 47 views
    • C Program to Print the Current File Name and Line Number 43 views
    • How to Re-Indent C Code Using Notepad++ 41 views

    💬
    Chat with Us!

    Copyright © 2015 - 2025 QnA Plus. All rights reserved.
    Scroll to Top
    0
    1
    0
    0
    0
    1