
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Sudhir sharma has Published 1149 Articles

sudhir sharma
41K+ Views
C Files I/O − Create, Open, Read, Write and Close a File C File management A File can be used to store a large volume of persistent data. Like many other languages 'C' provides the following file management functions, Creation of a file Opening a ... Read More

sudhir sharma
27K+ Views
In C++ stream refers to the stream of characters that are transferred between the program thread and i/o.Stream classes in C++ are used to input and output operations on files and io devices. These classes have specific features and to handle input and output of the program.The iostream.h library holds ... Read More

sudhir sharma
34K+ Views
On Windows 10, take these steps to alter the MAC address of a wired adapter − Step 1: Go to the Device Manager Right-click on the Start button and select Device Management from the menu that displays to enter the Device Manager. Instead, press Windows key + X and choose ... Read More

sudhir sharma
30K+ Views
Here, we will create a c program to detect tokens in a C program. This is called the lexical analysis phase of the compiler. The lexical analyzer is the part of the compiler that detects the token of the program and sends it to the syntax analyzer.Token is the smallest ... Read More

sudhir sharma
48K+ Views
Object oriented programming is a type of programming which uses objects and classes its functioning. The object oriented programming is based on real world entities like inheritance, polymorphism, data hiding, etc. It aims at binding together data and function work on these data sets into a single entity to restrict ... Read More

sudhir sharma
104K+ Views
The selection sort is assaulting algorithm that works bye buy a finding the smallest number from the array and then placing it to the first position. the next array that is to be traversed will start from index next to the position where the smallest number is placed.Let's take an ... Read More

sudhir sharma
451 Views
Introduction In today's digital age, securing online communication is more important than ever. One crucial component that plays a significant role in network security is Transport Layer Security (TLS). This widely-adopted security protocol helps to safeguard our privacy and data integrity when we send emails, browse the web, or use ... Read More

sudhir sharma
670 Views
Introduction The complexity of modern networks demands high adaptability and efficiency, making the understanding of Spanning Tree Protocol (STP) a crucial skill for any network professional. STP enables Ethernet switches to create loop-free topologies that prevent broadcast storms and ensure optimal network performance. One key aspect of STP is handling ... Read More

sudhir sharma
288 Views
Introduction to Threat Modeling In today's rapidly evolving digital landscape, security risks are an omnipresent concern for businesses and individuals alike. Mastering the art of threat modeling - a proactive approach to identifying and mitigating threats in computer systems and applications - has become a critical skill set for both ... Read More

sudhir sharma
274 Views
Introduction The rapid evolution of the internet has brought forth the pressing need for a new generation of network infrastructure, with Internet Protocol version 6 (IPv6) at the forefront. As we inch closer to exhausting the available IPv4 addresses, it is crucial to understand why IPv6 adoption is not only ... Read More