User Profile
Collapse
-
PLZZZZZZZZZZ HELP me... -
thanks sir
but the thing is this program is not working properly actully when i call the func"disp" in main at that time the outpit shows bye this function only first row of matrix all other rows elements are zero. but the actully i hadn't insert zero any where like if i inser row =2 column=2 and matrix elent as 1, 2, 3, 4,
than it shows 1, 2, 0, 0,
so plese tell me where is my mistake and it would be...Leave a comment:
-
can any one help me need urgently 2morow is TEST
hey
can any one help me in
i want to make a program in "C" in which user can enter a row , column and matrix(2D ARRAY) based on that row and column. that matrix should be diplayed
but the condition is
both insertion and deletion must be perform in two seperate function let say "insert" and "disp" and that func must be call in main
actully my program is not working properly... -
-
to make function
can any one make two different function that can be call in main for code which is writed in bold
#include<conio. h>
#include<stdio. h>
void main()
{
int c[100][100], a[100][100], b[100][100];
int m,n,o,p,i,j,k,r ,t;
printf("\n Enter the no. of rows and columns of matrix: \n");
scanf(" %d %d",&m,&n);
printf("\nEnter... -
urgent plz help me to complete assingment
can any one explain plz urgently
code was this
#include<stdio. h>
#include<conio. h>
void main()
{
double a=3.1428571;
int b=4347;
printf("%e\t%5d \t%5.4f\t%.5f\n ",a,b,9,9);
getch();
}
--------OUTPUT-------------
3.142857e+000 4347 0.0000 0.00000
plz...Leave a comment:
-
urgent plz help me to complete assingment
can any one explain plz urgently
code was this
#include<stdio. h>
#include<conio. h>
void main()
{
double a=3.1428571;
int b=4347;
printf("%e\t%5d \t%5.4f\t%.5f\n ",a,b,9,9);
getch();
}
--------OUTPUT-------------
3.142857e+000 4347 0.0000 0.00000
plz explain this why is the output of this function is this
No activity results to display
Show More
Leave a comment: