in ‘C’ language for Matrix Multiplication fails” Introspect
the causes for its failure and write down the possible
reasons for its failure.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

main() { float a=3.2e40; printf("%d",a); }

9 Answers   Satyam,


Is Exception handling possible in c language?

0 Answers   Wipro,


please give me some tips for the selection in TCS.

3 Answers   TCS,


What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture, Wipro,


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

0 Answers   Expedia,






write a program to print calender using for loop.

1 Answers   HCL, TCS,


what is difference between null and nul in c language

2 Answers  


How can we open a file in Binary mode and Text mode?what is the difference?

1 Answers   PanTerra,


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


What is queue in c?

0 Answers  


how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .

1 Answers  


how to use virual function in real time example

1 Answers   CTS, Wipro,


Categories