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...

Power of Millets || Happy And Healthy Life

Foundation Day Meeting :


By  D. Anjaneyulu Reddy :


Power of millets:

When food is right no medicine is needed. When food is wrong no medicine works

1. Cosmetologist : due to unbalanced diet, regularly going to cosmetologist
2. Harmonal imbalance : hair loss
3. 1 gm of sugar / 1 litre of blood : It is good for health.
4. Staple food : It is eaten regularly , large part of person's diet.
5. Don't eat icecream as it increase the sugar content in blood.





















Embrace meaning : include , hug

Comments

Popular posts from this blog

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

AI in Daily Life