सेवाहरूमा नैतिकता, मनोविजञान, फिजियोलोजी, मानवविजञान अनतरगत सामाजिक अधययनको पराथमिक उददेशय युवाहरूलाई जानकारी र कारण पुरयाउन मददत गरनु हो I सामाजिक अधययन विजञानको शाखा हो जुन समाज र वयकतिहरू बीचको समबनधको अधययनमा समरपित छ I सामाजिक अधययन पहिले समाजको मौलिक विजञान र समाजशासतरको कषेतरलाई सनदरभ गरन परयोग गरिएको थियो I समाजशासतर बाहेक अब सामाजिक अधययनले
समेटने विषयहरुको एक विसतृत शृंखला देखन पाइनछ I ती मधये केही अरथशासतर वयवसथापन चिनह, मानव भूगोल,मिडिया अधययन, राजनीतिक विजञान, मनोविज...
Recently we're working to degrade accounts with 0 contributions from creator to learner. If you're a learner and very keen to be a creator, you must keep posting interesting questions and contact to admins from the Facebook Group of Mattrab Community. For being an admin, you must be in grade 12, either completed or recently enrolled, your notes, and all your records and contributions will be verified for that
Aksionov used to drink a lot, was riotous, and was involved in illegal activities before his marriage
Any vector directed in two dimensions can be thought of as having two different components. The component of a single vector describes the influence of that vector in a given direction.
Program to input any number and display number of odd numbers in it;
#include<stdio.h>
#include<stdlib.h>
#include<conio.h>
#include<string.h>
int main() {
int i, number, num1, num2=0, num3, num4 =0, rem, rem1, rem2, rev = 0;
printf("Enter your number ==> ");
scanf("%d", &number);
num1 = number;
while(num1 != 0) {
rem = num1%10;
rem1 = rem%2;
if (rem1 != 0) {
num2 = num2*10 + rem;
}
num1 /= 10;
}
num3 = num2;
while (num2 != 0) {
...
Congratulations Sachin!!