Library Management System Project for Students of XI, CBSE
//Library Management System //As per the knowledge limit upto 11 Std. CBSE //Limit upto structure #include<iostream.h> #include&...
//Library Management System //As per the knowledge limit upto 11 Std. CBSE //Limit upto structure #include<iostream.h> #include&...
//Generate the auto generated otp/ captcha code. #include<iostream.h> #include<conio.h> #include<stdlib.h> #include&l...
//Example of password masking in CPP with * sign with 3 chances #include<iostream.h> #include<conio.h> #include<string.h...
//Example of password masking in CPP with * sign. #include<iostream.h> #include<conio.h> #include<string.h> void mai...
#include<iostream.h> #include<conio.h> #include<string.h> void main() { char name[]="NARENDRA"; int n;...
#include<iostream.h> #include<conio.h> #include<string.h> void main() { char name[]="NARENDRA"; int n;...
#include<iostream.h> #include<conio.h> #include<string.h> void main() { char name[]="NARENDRA"; int n; ...
//Program to search an value in an 1D array and print its position and index number. #include<iostream.h> #include<conio.h> ...
/* What is a Perfect Number? Perfect number is a number, where the sum of the divisors is equal to that number. e.g. 6:Divisors of 6 i...
/* What is a Pefect Number? Perfect number is a number, where the sum of the divisors is equal to that number. e.g. 6:Divisors of 6 is ...
#include<iostream.h> #include<conio.h> #include<iomanip.h> void main() { int date=0; char answer; int dates[5]...
Download the File. Click here to Watch the Explanation & Developing Video