STRING PATTERN USING NESTED LOOP IN C++
#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]...
#include<iostream.h> #include<conio.h> class List { private: struct node{ ...
1) Consider the following C++ code and answer the following code and answer the following questions: class University { lo...
1) If a = 50 and b=4, then determine the result of the following. (i) a+=b; (ii) a%=b; ...
Download the File. Click here to Watch the Explanation & Developing Video