Skip to content
QnA Plus

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

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

Posts by Srikanta

  • Home
  • Srikanta
  • Page 14
About Srikanta
I am passionate about simplifying complex concepts to help readers master computer programming, algorithms, networking, operating system fundamentals, and the transformative domains of Artificial Intelligence (AI) and Machine Learning (ML). With over 20 years of professional experience in computer networking and industrial automation, I bring a wealth of knowledge and practical insights to bridge the gap between theory and real-world application. My mission is to make learning approachable, engaging, and impactful for all.

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 inC, ProgrammingNo 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

C Program to Write to a File

Posted by By Srikanta February 3, 2022Posted inProgramming, CNo Comments
Writing to a file is a basic programming requirement. All information of a running program is generally stored in the physical memory or RAM. They are lost with the termination…
Read More

C Program to Count Words in a File

Posted by By Srikanta December 11, 2021Posted inProgramming, CNo Comments
We discussed different ways to count words in a string in this article. Here we'll extend that to count all words in a file. We can think of a file…
Read More

C Program to Implement Stack Using Array

Posted by By Srikanta November 12, 2021Posted inProgramming, CNo Comments
Stack is a collection of data elements serving Last In First Out (LIFO) functionality - whichever element comes last will be removed first. This data structure helps solve a number…
Read More

Posts pagination

Previous page 1 … 12 13 14 15 16 … 44 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 99 views
    • How to install Ping or Ping6 using YUM 87 views
    • C Program to Sleep in Milliseconds 66 views
    • How to Implement Periodic and Single Shot Timers in Linux? 60 views
    • How to Install and Configure MySQL on CentOS: A Complete Guide 45 views
    • How to Re-Indent C Code Using Notepad++ 38 views
    • Change a Variable from inside a C Function 38 views
    • How to do Asynchronous Operations using boost::asio? 37 views
    • How to Store SVN Password in Encrypted Form in Linux 36 views
    • C Program to Print the Current File Name and Line Number 36 views

    💬
    Chat with Us!

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