Skip to main content

Moti Ram Mehra ji

 Moti Ram Mehra was a Sikh warrior and a devoted follower of Guru Gobind Singh Ji, the tenth Sikh Guru. He played a significant role in Sikh history, particularly during the Battle of Chamkaur in 1705.


Early Life and Background

Moti Ram Mehra was born in the village of Mehra, in the present-day Sangrur district of Punjab, India. He belonged to a family of farmers and was known for his bravery and martial skills from a young age.


Association with Guru Gobind Singh Ji

Moti Ram Mehra became a devoted follower of Guru Gobind Singh Ji and joined his army. He participated in several battles alongside the Guru and proved himself to be a skilled and fearless warrior.


Battle of Chamkaur

During the Battle of Chamkaur, Moti Ram Mehra fought valiantly alongside Guru Gobind Singh Ji and other Sikh warriors. When the Guru's two elder sons, Sahibzada Ajit Singh and Sahibzada Jujhar Singh, were martyred in battle, Moti Ram Mehra was deeply grieved. He requested the Guru's permission to avenge their deaths and was granted permission.


Martyrdom

Moti Ram Mehra fought bravely and killed many enemy soldiers. However, he was eventually surrounded and outnumbered. Rather than surrender, he chose to fight to the death and was martyred in battle.


Legacy

Moti Ram Mehra's bravery and sacrifice are remembered and revered by Sikhs around the world. He is considered a hero of Sikh history and a shining example of the values of courage, loyalty, and devotion to one's faith and community.






Moti Ram Mehra was a devoted follower of Guru Gobind Singh Ji and a brave Sikh warrior. Here is some information about his family:


Immediate Family

1. *Father*: Not much is known about Moti Ram Mehra's father, but it is believed that he was a farmer from the village of Mehra in present-day Sangrur district of Punjab, India.

2. *Mother*: There is limited information available about Moti Ram Mehra's mother.

3. *Wife*: Moti Ram Mehra was married, but the name of his wife is not well-documented.

4. *Children*: It is believed that Moti Ram Mehra had children, but their names and details are not readily available.


Legacy and Descendants

1. *Descendants*: Moti Ram Mehra's descendants continue to live in Punjab, India, and other parts of the world. Many of them are proud of their ancestor's bravery and sacrifice.

2. *Family traditions*: The family of Moti Ram Mehra continues to follow the Sikh faith and traditions. They celebrate important Sikh holidays and events, such as Gurpurab and Vaisakhi.

3. *Preserving history*: Moti Ram Mehra's descendants have worked to preserve their family's history and legacy. They have shared stories and documents about their ancestor's life and bravery.


Please note that the information available about Moti Ram Mehra's family is limited, and some details may be based on oral traditions or secondary sources.







According to historical records, Moti Ram Mehra's family was killed by the Mughal forces and their allies, who were seeking revenge against the Sikhs and Guru Gobind Singh Ji.


After Moti Ram Mehra's martyrdom in the Battle of Chamkaur, his family was targeted by the Mughal forces. His wife, children, and other family members were killed in the ensuing violence.


This tragic event highlights the sacrifices made by many Sikh families during this period, who suffered greatly for their faith and their loyalty to Guru Gobind Singh Ji.

Comments

Popular posts from this blog

Solve

Directions: In each Q1 to Q3 of the following questions, there are five letter groups or words in each question. Four of these letter groups or words are alike in some way, while one is different. Find the one which is different. Q.1.    (1) black    (2) red    (3) green    (4) paint    (5) yellow Answer:- (4) paint Q.2.    (1) BC    (2) MN    (3) PQ    (4) XZ    (5) ST Answer :-(4)XZ Q.3.    (1) Mango    (2)Apple    (3) Orange    (4) Guava    (5) Rose Answer :- (5) Rose Directions : In each of the following questions, there is a question mark in which only one of the five alternatives given under the question satisfies the same relationship as is found between the two terms to the left of the sign :: given in the question. Find the correct answer ...

Solved practical slips of 12th Computer Science journal

Program 1:- Write a function in C++ that exchanges data (passing by references )using swap function to interchange the given two numbers.*/ # include<iostream.h> # include<conio.h> void swap(float &x ,float &y) { float t=x; x=y; y=t; } void main() { void swap(float &,float &); float a,b; cin>>a>>b; cout<<” a := ” << a <<” b := ”<< b<< endl; swap(a,b); cout<< ”a:= ”<< a<< ” b := ”<< b<< endl; } Output : 2 4 a := 2 b:= 4 a:= 4 b: =2   Program 2:- Write a program in C++ with a ratio class using member functions like assign () function to initialize its member data integer numerator and denominator ,convert() function to convert the ratio into double, invert() to get the inverse of the ratio and print() function to print the ratio and its reciprocal.*/ ...

SOLVE QUESTION ANSWERS ON OPERATING SYSTEM .

1.One can interface with operating system by means of ------- A) Operating system call in a program B) Operating system commands C) Operating system process D) Both by operating system call and operating system commands Answer :-  D) Both by operating system call and operating system commands 2. Which of the following is not type of processing ? A) Serial B) Network C) Batch D) Multiprogramming Answer :- B) Network 3. Kernel is _____ A) A part of operating system B) An operating system C) A hardware D) A register Answer :-  A) A part of operating system 4. UNIX operating system is based on ______ A) Language structure B) Kernel approach C) Virtual machine D) Time sharing Answer :-   B) Kernel approach 5. A transition between two memory resident process in a memory resident process in amultiprograming system is called ______ A) Process switch B) Mode switch C) Transition switch D) None of these Answer :-    A) Process ...