Laxman Khatri about 1 year ago
0 Claps
1 Comments
SONU NIGAM SAH

Quality of life refers to the overall well-being, satisfaction, and happiness that an individual or a community experiences in various aspects of their lives.

Himal Rimal asked a question

Sigma bond is stronger than Pi bond because of the following reasons:

  1. The extent of overlapping in Sigma bond is greater than in Pi bond.
  2. The electron density in intermolecular axis is more in Sigma bond than in Pi bond.
  3. There is free rotation of atom about Sigma bond but not about Pi bond.
17 Thanks
3 Answers
Sanam asked a question

First learn basic HTML, then CSS and responsive CSS for Static websites and thereafter JavaScript and PHP for dynamic pages. If you also want to learn jQuery for more better works learn it at the same time with JavaScript

3 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
Diwas Pandit asked a question

If a vector A is multiplied by a real number (say n), the vector of same nature is obtained but its magnitude is n times that of A.

2 Thanks
2 Answers
Bijaya Rajbhandari asked a question

Makar disclosed that he had killed the merchant because he realized his mistake and Aksionov's suffering and now he wanted to make Aksionov release from the prison.

1 Thanks
2 Answers
Close Open App