Raunak Kumar asked a question
The Short Answer:

Sunlight reaches Earth's atmosphere and is scattered in all directions by all the gases and particles in the air. Blue light is scattered more than the other colors because it travels as shorter, smaller waves. This is why we see a blue sky most of the time.

11 Thanks
3 Answers
Rabin Kalikote asked a question

As we know that wave of sound is a mechanical wave and its speed is given by

v = (γRT/M)

whereas the wave of light is an electromagnetic wave and its speed is given by

c = (1/εoμo

So speed of sound depends on temperature of air but speed of light doesn't.

13 Thanks
2 Answers
Nikas Ghimire asked a question


#include<stdio.h>

#include<conio.h>

#include<string.h>


int main() {

int i, number, num1, num2=0;

char str1[50];

num1 = number;

for(i=2; i<=20; i+=2) {

printf("%d", i);

printf(", ");

}


return 0;

}


2 Thanks
2 Answers
Close Open App