ANSWERS: 2
  • #include <stdio.h> void main() { printf("Do your own homework."); printf("woob woob woob, nyuk nyuk."); }
  • #include<stdio.h> #include<conio.h> void main() { int a[30][30],b[30][30],c[30][30],m,n,p,q,i,j,k; clrscr(); printf("enter the order of the first matrixn"); scanf("%d %d",&m,&n); printf("enter the order of the second matrixn"); scanf("%d %d",&p,&q); if(n==p) { /*next part tomorow same time */ /*wait for it*/

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy