C language interview questions solution for freshers beginners placement tricky good pointers answers explanation operators data types arrays structures functions recursion preprocessors looping file handling strings switch case if else printf advance linux objective mcq faq online written test prime numbers Armstrong Fibonacci series factorial palindrome code programs examples on c++ tutorials and pdf
i cant understand pointers can you send a file so that i can under stand thanks for the service i hope that you can send me dat file to my id rockingstar2008.kumar@gmail.com
can you pls solve my problem i am a cse student i don't understand how to solve a problem related to c program i cannot understand the program logic pls give me some advice. my mail id magdalen1995.selvi@gmail.com
write a c program to display the elements in the matrix from any starting point it should travel upside down and also want to end at starting point. pls help me
sir can u plz write down this program for me:- WRITE DOWN A C++ CODE TO ADD SUBTRACT AND MULTIPLY TWO MATRICES OF 2 DIMENSIONAL ARRAY USING FUNCTIONS .
50 comments:
i cant understand pointers can you send a file so that i can under stand
thanks for the service i hope that you can send me dat file to my id
rockingstar2008.kumar@gmail.com
Can you post the program "
Mutiplication of two matrices using pointers", if possible please email to sindhurao01@gmail.com
is that any easy method to solve this problem actuallu i less understand
can you please send me the program for "multiplication of two matrices" on my e-mail:
"kr.ssshrey@gmail.com"
thanks man you're a saviour
please send me structures,unions,files notes and important programs
great
thnxxxxxxxxxxx
hey plzz email all c program from function plz do its my xam or else kt
Thanks frnd..
can i knw wat r function ?
pls get me a program to swap two numbrs wdout using 3rd variable using function concpt...
Thanks a lot
thanks
please send me a program to accept the characters from user
can u give me program to make search engine in c language or if possible then send me on
spaxyz1@gmail.com
thanks
thanks
nice one ... was asked this in an interview where I goofed up ...good logic
Matrix multiplication-prove using c prog multiplication is possible only if(r1==c2) and the order of resultant matrix will be c1*r2
Broad cocept of multiplication of matrices
Please send all c prg to my email id shaijumonskv@gmail.com
Thank You
nice programs
Great qsn..
superb
pls brief the algorithm and flowchart. correct the spelling for algorithm pls
can you pls solve my problem i am a cse student i don't understand how to solve a problem related to c program i cannot understand the program logic pls give me some advice. my mail id magdalen1995.selvi@gmail.com
i am csc student plz give me the flow chart for this source code
can you plz send me a program to multiply and divide two matrices simultaneously??my mail id is lidros1@gmail.com
Good
Thank you so much for the program...
thanx
thanks
write a c program to display the elements in the matrix from any starting point it should travel upside down and also want to end at starting point.
pls help me
can u pls send me the program to multiply two matrix using pointers
sir can u plz write down this program for me:-
WRITE DOWN A C++ CODE TO ADD SUBTRACT AND MULTIPLY TWO MATRICES OF 2 DIMENSIONAL ARRAY USING FUNCTIONS .
cooll.dude.....
write a program in c language which multiply square two matrices using divide and conqor algorithm
NOTE: you are not create new matrix
my g mail id is sakhawatbalti.raja@gmail.com
please send me the multiplication of two matrices A and B with dimentions 3 into 4 and 4 into 3
Tnx
thanks
main()
{
int a[10][10],b[10][10],c[10][10];
int i,j,k,m,n,o;
scanf("%d %d %d",&m,&n,&o);
for(i=1;i<=m;i++)
for(j=1;j<=n;j++)
scanf("%d",&a[i][j]);
for(i=1;i<=n;i++)
for(j=1;j<=o;j++)
scanf("%d",&b[i][j]);
for(i=1;i<=m;i++)
for(j=1;j<=o;j++)
{
c[i][j]=0;
for(k=1;k<=n;k++)
c[i][j]=c[i][j]+a[i][k]*b[k][j];
}
for(i=1;i<=m;i++)
{
for(j=1;j<=o;j++)
printf("%d",a[i][j]);
}
printf("\n");
}
Sir can send this sum output
Sir can u send this problem output
I want the algorithm and flowchart for this program.
Impossible.
Post a Comment