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:

    • Implement Bubble Sort in C 97 views
    • How to install Ping or Ping6 using YUM 82 views
    • C Program to Sleep in Milliseconds 64 views
    • How to Implement Periodic and Single Shot Timers in Linux? 61 views
    • How to Install and Configure MySQL on CentOS: A Complete Guide 42 views
    • Change a Variable from inside a C Function 39 views
    • How to do Asynchronous Operations using boost::asio? 38 views
    • How to Store SVN Password in Encrypted Form in Linux 37 views
    • How to Re-Indent C Code Using Notepad++ 34 views
    • C Program to Check Whether Two String are Equal 34 views

    💬
    Chat with Us!

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