Sudhir sharma has Published 1206 Articles

C program to copy the contents of one file to another file?

sudhir sharma

sudhir sharma

Updated on 01-Nov-2023 14:17:59

36K+ 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

C++ Stream Classes Structure

sudhir sharma

sudhir sharma

Updated on 26-Oct-2023 03:24:39

22K+ 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

How To Modify MAC address in Windows 10 (Both Wired and Wireless Adapter)?

sudhir sharma

sudhir sharma

Updated on 21-Oct-2023 13:18:41

32K+ 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

C program to detect tokens in a C program

sudhir sharma

sudhir sharma

Updated on 07-Oct-2023 03:03:53

26K+ 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

Array sum in C++ STL

sudhir sharma

sudhir sharma

Updated on 14-Sep-2023 13:29:34

30K+ Views

The array is a linear data structure that stores elements of the same data type in continuous memory locations.Array sum is the sum of all elements of the array.In C++ programming language there are multiple methods by with you can find the array sum.Classical methodThe basic method to find the ... Read More

Basic Concepts of Object Oriented Programming using C++

sudhir sharma

sudhir sharma

Updated on 02-Sep-2023 15:38:57

43K+ 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

C Program for Selection Sort?

sudhir sharma

sudhir sharma

Updated on 02-Sep-2023 11:53:29

81K+ 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

Why Every Online User Needs to Know about Transport Layer Security (TLS): The Future of Web Security!

sudhir sharma

sudhir sharma

Updated on 12-May-2023 13:46:15

220 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

Ditch the Confusion! Understanding the Latest Topology Changes in Spanning Tree Protocol (STP)

sudhir sharma

sudhir sharma

Updated on 12-May-2023 13:44:26

408 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

Become a Security Guru: Learn to Master Threat Modelling Like a Pro

sudhir sharma

sudhir sharma

Updated on 12-May-2023 13:41:27

157 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

Advertisements