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

what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


Define Array of pointers.

0 Answers  


What is fflush() function?

0 Answers  


What are global variables and how do you declare them?

0 Answers  


write a program to generate address labels using structures?

0 Answers   SJC,






how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......

10 Answers   Infosys,


Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.

6 Answers   FCI, TCS,


Can 'this' pointer by used in the constructor?

0 Answers  


what is the role you expect in software industry?

2 Answers   HCL, Wipro,


What is difference between union and structure in c?

0 Answers  


Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0

4 Answers  


What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these

2 Answers   Oracle,


Categories