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

The order of magnitude of a physical quantity is its magnitude in powers of ten when the physical quantity is expressed in powers of ten with one digit to the left of the decimal.

Orders of magnitude are generally used to make very approximate comparisons and reflect very large differences.

2 Thanks
2 Answers
Mattrab Community - SXC asked a question

Here, f: A>B

f(x)= (x-1)/(x+2)  ;  x   -2 

A= {-1,0,1,2,3,4}

B= {-2,1,-1/2,0,1/2,1/4,2/5}

Range = {-2,-1/2,0,1/4,1/2,2/5}

As range is not equal to codomain so the given function is not bijective. 

We can make it bijective by omitting {1} from set B 

10 Thanks
2 Answers
Close Open App