Atith Adhikari asked a question

Yes, a physical quantity can have magnitude and direction but still be a scalar if it doesn't obey the vector addition. An example is Electric Current which has magnitude and a fixed direction, but it does not follow vector laws of addition.

2 Thanks
2 Answers
Barsha Yadav asked a question
Its all because of oxytocin. Oxytocin is the love hormone that activates feelings of trust and love between people when it is released in the brain. Whenever Surakshya thinks of her college the production of the oxytocin hormone rises to peak but sadly she cannot express her love in anyway. Because of the fact she is miles away from her college and she is bound to accept the truth that she cannot be there in college at the present time. So, there is no way that she can express her love,...
4 Thanks
2 Answers
Nikas Ghimire asked a question


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) {

...

0 Thanks
2 Answers
Pratik Adhikari asked a question

At dawn and dusk, large amount of blue and violet light(shorter wavelength) has been scattered so, the light that is recieved by an observer is mostly of a longer wavelength and therefore appears to be red.

11 Thanks
2 Answers
Samriddhi Sharma asked a question

In benzene molecule, carbon and carbon bond can't have polarity because there is not any electronegativity difference and the carbon hydrogen is also not much polar because the electronegativity difference is almost zero and also the small pull due to small difference in Electronegativity is balanced due to even pull from all directions.

In chlorobenzene the electronegativity difference between carbon and chlorine is very high so, it is polar.


(to compare polarity first check electronegativity...

0 Thanks
2 Answers
Close Open App