First N Prime Numbers
#include<iostream> #include<iomanip> using namespace std; bool isPrime(int n) { if (n==1) return false; else { for(int ...
#include<iostream> #include<iomanip> using namespace std; bool isPrime(int n) { if (n==1) return false; else { for(int ...
#include<iostream> #include<iomanip> using namespace std; bool isPrime(int n) { if (n==1) return false; else { for(int ...
OPERATORS: =========== - Unary - Binary Arithmetic Operators ---------------------- + Addition - Subtraction * Multiplication / Divi...
#Binary Search a=[5,7,11,13,16,19,23,27,30,34,38,40,41,42,45] n=len(a) beg=0 last=n-1 print(a) srch=int(input('Enter the number to searc...
//Binary Search in 1D Array #include<iostream> #include<iomanip> #include<time.h> #include<stdlib.h> using namespace...
//Various 7-Patterns Layout #include<stdio.h> //Global Variables int i, j, k, n=5, a; char x; void Pattern1_1(){ for(i=1;i<=n;...
#include<iostream> #include<iomanip> using namespace std; void Pattern1(int n) { int i, j, k, x=1; for(i=1;i<=n;i++) {...
Concept: Percentage Usage in Excel Functions used in Part: RANDBETWEEN(), MAX(), MIN(), SUM(), COUNT()
This playlist is for the students of 12th Std. of Gujarat Board.
Download the File. Click here to Watch the Explanation & Developing Video