c/c++

CMOS Password Breaker/Recovery

Submitted by JAHANGEERQADIREE on
CMOS Password Breaker Is a useful Utility. This is a helpful utility for those person who forgot their cmos password. This programm can break all the cmos password stored in cmos battery (SUPERVISOR Password and USER Password). NOTE: When you break cmos password by using this, then next time when you boot your computer then at startup cmos shows checksum error and restore defaults. IT IS NORMAL.

Storage Classes in C

Submitted by amrendra oraon on
Any variable in C programming is specified by it's data-type and storage-class specifier. The general syntax is as follows :- //storage-class data-type variable-name; // Example: extern int myInteger; There are four storage classes in C: 1) Automatic 2) External 3) Static, and 4) Register. 1.1) Automatic Variables :- These are the variables defined with in a function. Alternatively any thing

Binary Matrix manipulation

Submitted by deepak.gupta150 on
The objective of this assignment is to create a program for users to perform math calculations and string operations. The program should allow different mathematical and string functions classified into menus. Provide the following Options in the Main Menu: 1. Conversions 2. Matrix Maths 3. String Functions 4. Exit 1. Conversions • Decimal to Binary • Binary to Decimal