C++ || STL || standard template libraries

Image
                                       C++ STL  1.      Pair :  Syntax :      pair <int,char> p1;     it creates a pair {2,'c'} like this.           pair <int,int> p2;     it creates a pair {2,3} like this .  Basic Code :  #include <bits/stdc++.h> using namespace std; int main() {     // cout<<"hello world\n";     pair <int,int> p1 = {1,2};     cout<<p1.first<< " "<< p1.second<<endl;          pair <int, pair<int ,char>> p2 = {1,{2,'c'}};     cout<<p2.first<<" "<<p2.second.first<<" "<<p2.second.second<<endl;          pair <int,int> arr[] = {{2,3},{4,5},{6,7}};     cout...

Fighting for democracy (South Africa)

South Africa... A Rainbow Nation





APARTIED
White people role is major


                At the beginning of 20th century in South Africa there is a lot of disputes between white people and black people.
Majority is black people but white people have more freedom and they can do any thing . Black people and coloured people are treatened very badly.
         

                   NELSON MANDELA

               A person named Nelson Mandela has protested against white people and ask for their freedom and rights. The white people make him jailed for 27 long years. This fight has spread for overlong and people all over the country protested. Then in 1994 South Africa become democratic country. He finally got Nobel price for peace for his long walk.

Comments

Popular posts from this blog

1050. Actors and Directors Who Cooperated At Least Three Times || Leetcode sql solution || Simple and Easy Approach || ✅✅✅✅💯💯💯🔥🔥🔥🔥

Power of Millets || Happy And Healthy Life

Typing Lesson PART-3