Skip to content
QnA Plus

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

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

C Programming

  • Home
  • C Programming

Multithreading in C

Posted by By Srikanta July 2, 2023Posted inProgramming, CNo Comments
We can create multiple threads in our C program to execute multiple tasks in parallel. It helps to utilize the CPU resources efficiently. Even though core C programming does not…
Read More

Backpointer – Concept and Application

Posted by By Srikanta June 12, 2023Posted inProgramming, C, C++No Comments
We often work with data structures with connected nodes - like trees and graphs. In a tree, the parent nodes generally hold the pointers of their child nodes. But the…
Read More

Bit Fields in C

Posted by By Srikanta June 3, 2023Posted inC, ProgrammingNo Comments
The variable size of a standard type is always in bytes - not in fraction of bytes. For example, the size of a char type variable is 1, short type…
Read More

Networking Programming – Introduction to socket

Posted by By Srikanta March 2, 2022Posted inProgramming, C, NetworkingNo Comments
Computer networking programming, often referred as socket programming, is about writing programs to exchange information between processes running on connected hosts - computers, mobiles etc. Hosts are generally interconnected over…
Read More

C Program to Append to a File

Posted by By Srikanta February 21, 2022Posted inProgramming, CNo Comments
Appending to a means adding the new content at the end of the file retaining the old content intact. If the file is opened in normal write mode, the new…
Read More

Posts pagination

1 2 3 … 18 Next page
Categories
  • Programming 186
    • C 105
    • C++ 70
    • Python 7
  • Technology 30
  • Networking 6
  • Database 4
  • Others 8

    Popular Posts:

    • C Program to Get a Digit at Any Position of a Number 52 views
    • Change a Variable from inside a C Function 39 views
    • Add New Node to XML File Using libxml2 in C 39 views
    • C Program to Set, Clear and Toggle a Bit 38 views
    • C Program to Append to a File 34 views
    • How to Take Screenshot on Fedora GNOME Desktop 32 views
    • Implement Bubble Sort in C 31 views
    • C Program to Count Characters, Words and Lines in a File 31 views
    • Friend Function in C++ 28 views
    • How to Implement Smart Pointer in C++? 27 views

    [chatbot_plugin]

    Copyright © 2015 - 2026 QnA Plus. All rights reserved.
    Scroll to Top
    9
    4
    2
    13
    39
    9