Prove that the inverse of one-one onto mapping is unique. 3:57 AMMCS013 - Assignment 8(d) A function is onto if and only if for every y y in the codomain, there is an x x in the domain such that f (...Read More
Write a program in C language for addition of two numbers which have at least 20 digits each 12:25 AM#include<stdio.h> #include<conio.h> #include<string.h> void main() { char str1[21],str2[21]; int i,j,a[20],b[20]; int add[...Read More