I am new to java.when running registration.jsp page getting error HTTP Status 500 -...
#include<stdio.h> main() { if(printf("Ziaur Rahman")) { } }
/*Progarm for addition,transpose and multiplication of array*/ #include<stdio.h> #include<conio.h> void main() { int a,i,k,j,c1,c2,r1,r2;...
#include<stdio.h> #include<conio.h> #define SWAPE(x,y) int t;t=x;x=y;y=t; main() { int a,b; Printf("\n Enter two number");...
#include<conio.h> #include<stdio.h> void main() { int a[3][3],i,j,k; clrscr(); printf("\n Enter a Matrix 3x3:\n\n");...
The code to swap two variables using macro expansions #include<stdio.h> #include<conio.h> #define SWAPE(x,y) int t;t=x;x=y;y=t; main() {...
Progarm for addition,transpose and multiplication of array #include<stdio.h> #include<conio.h> void main() { int a,i,k,j,c1,c2,r1,r2;...
The code to find upper and lower diagonal of 3x3 matrices #include<conio.h> #include<stdio.h> void main() { int a[3][3],i,j,k;...
Separate names with a comma.